/[ascend]/trunk/base/generic/compiler/rootfind.h
ViewVC logotype

Diff of /trunk/base/generic/compiler/rootfind.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1065 by johnpye, Tue Dec 20 23:37:10 2005 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 49  Line 49 
49  #ifndef ASC_ROOTFIND_H  #ifndef ASC_ROOTFIND_H
50  #define ASC_ROOTFIND_H  #define ASC_ROOTFIND_H
51    
52    /** addtogroup compiler Compiler
53        @{
54    */
55    
56  extern double zbrent(ExtEvalFunc *func,  extern double zbrent(ExtEvalFunc *func,
57                       double *lowbound,                       double *lowbound,
58                       double *upbound,                       double *upbound,
# Line 85  extern double zbrent(ExtEvalFunc *func, Line 89  extern double zbrent(ExtEvalFunc *func,
89      @return          The location of the found root (see also status code)      @return          The location of the found root (see also status code)
90  */  */
91    
92    /* @} */
93    
94  #endif  /* ASC_ROOTFIND_H */  #endif  /* ASC_ROOTFIND_H */
95    

Legend:
Removed from v.1065  
changed lines
  Added in v.1066

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22