Changeset 2204 for trunk/psLib/test/dataManip/tst_psMinimize00.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMinimize00.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMinimize00.c
r1811 r2204 36 36 float myFuncDeriv(const psVector *restrict myData, 37 37 const psVector *restrict myParams, 38 intwhichParamDeriv)38 psS32 whichParamDeriv) 39 39 { 40 40 float x = myData->data.F32[0]; … … 65 65 66 66 67 intmain()67 psS32 main() 68 68 { 69 69 psImage *domain = NULL; … … 74 74 psVector *tmpVecPtr = NULL; 75 75 float chiSq = 0.0; 76 inti = 0;77 intj = 0;78 intcurrentId = psMemGetId();79 inttestStatus = true;80 intmemLeaks = 0;76 psS32 i = 0; 77 psS32 j = 0; 78 psS32 currentId = psMemGetId(); 79 psS32 testStatus = true; 80 psS32 memLeaks = 0; 81 81 psVector *theParams = NULL; 82 82
Note:
See TracChangeset
for help on using the changeset viewer.
