Changeset 2204 for trunk/psLib/test/dataManip/tst_psMinimize01.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMinimize01.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMinimize01.c
r1811 r2204 35 35 float myFuncDeriv(const psVector *restrict myData, 36 36 const psVector *restrict myParams, 37 intwhichParamDeriv)37 psS32 whichParamDeriv) 38 38 { 39 39 float x = myData->data.F32[0]; … … 58 58 } 59 59 60 intmain()60 psS32 main() 61 61 { 62 62 psImage *domain = NULL; … … 67 67 psVector *tmpVecPtr = NULL; 68 68 float chiSq = 0.0; 69 inti = 0;69 psS32 i = 0; 70 70 psVector *theParams = NULL; 71 intcurrentId = psMemGetId();72 inttestStatus = true;73 intmemLeaks = 0;71 psS32 currentId = psMemGetId(); 72 psS32 testStatus = true; 73 psS32 memLeaks = 0; 74 74 75 75 domain = psImageAlloc(DATA_WIDTH, NUM_DATA, PS_TYPE_F32);
Note:
See TracChangeset
for help on using the changeset viewer.
