Changeset 1992 for trunk/psLib/test/dataManip/tst_psMinimize06.c
- Timestamp:
- Oct 6, 2004, 1:38:49 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMinimize06.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMinimize06.c
r1830 r1992 22 22 This procedure ignores the coordinates, other than to ensure that they were 23 23 passed correctly from psMinimizePowell(). 24 24 25 *****************************************************************************/ 25 26 float myFunc(psVector *myDeriv, … … 34 35 if (myDeriv == NULL) { 35 36 myDeriv = psVectorAlloc(myParams->n, PS_TYPE_F32); 37 psError(__func__, "myDeriv is NULL.\n"); 36 38 } 37 39 … … 129 131 psFree(myParamMask); 130 132 psFree(min); 133 psFree(x); 134 psFree(y); 135 psFree(myCovar); 131 136 132 137 psMemCheckCorruption(1);
Note:
See TracChangeset
for help on using the changeset viewer.
