Changeset 2221 for trunk/psLib/src/math/psMinimize.c
- Timestamp:
- Oct 27, 2004, 1:31:44 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.c
r2219 r2221 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.7 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-10-27 2 1:42:21$11 * @version $Revision: 1.72 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-27 23:31:43 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 24 24 /* INCLUDE FILES */ 25 25 /*****************************************************************************/ 26 #include <stdio.h> 27 #include <float.h> 28 #include <math.h> 29 26 30 #include "psMinimize.h" 27 31 /*****************************************************************************/ … … 1213 1217 psFree(tmpc); 1214 1218 psFree(tmpn); 1215 ps Abort(__func__, "(1) Could not bracket minimum.");1219 psError(__func__, "(1) Could not bracket minimum."); 1216 1220 } 1217 1221
Note:
See TracChangeset
for help on using the changeset viewer.
