Changeset 2204 for trunk/psLib/test/dataManip/tst_psMinimize03.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMinimize03.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMinimize03.c
r1811 r2204 34 34 float myFuncDeriv0(const psVector *restrict myParams, 35 35 const psVector *restrict myCoords, 36 intwhichParamDeriv)36 psS32 whichParamDeriv) 37 37 { 38 38 float P0 = myCoords->data.F32[0]; … … 75 75 float myFuncDeriv(const psVector *restrict myParams, 76 76 const psVector *restrict myCoords, 77 intwhichParamDeriv)77 psS32 whichParamDeriv) 78 78 { 79 79 float x = myCoords->data.F32[0]; … … 104 104 105 105 106 intmain()106 psS32 main() 107 107 { 108 108 psVector *initialGuess = NULL; 109 109 psVector *paramMask = NULL; 110 110 psVector *coord = NULL; 111 inti = 0;112 intcurrentId = psMemGetId();113 inttestStatus = true;114 intmemLeaks = 0;111 psS32 i = 0; 112 psS32 currentId = psMemGetId(); 113 psS32 testStatus = true; 114 psS32 memLeaks = 0; 115 115 psVector *theParams = NULL; 116 116
Note:
See TracChangeset
for help on using the changeset viewer.
