Changeset 2204 for trunk/psLib/test/dataManip/tst_psMinimize04_F32.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMinimize04_F32.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMinimize04_F32.c
r2091 r2204 33 33 } 34 34 35 intt00()35 psS32 t00() 36 36 { 37 37 psPolynomial1D *myPoly = NULL; … … 39 39 psVector *y = NULL; 40 40 psVector *yErr = NULL; 41 inti = 0;42 intcurrentId = psMemGetId();43 inttestStatus = true;44 intmemLeaks = 0;41 psS32 i = 0; 42 psS32 currentId = psMemGetId(); 43 psS32 testStatus = true; 44 psS32 memLeaks = 0; 45 45 float expectData; 46 46 float actualData; … … 100 100 } 101 101 102 intt01()102 psS32 t01() 103 103 { 104 104 psPolynomial1D *myPoly = NULL; 105 105 psVector *x = NULL; 106 106 psVector *y = NULL; 107 inti = 0;108 intcurrentId = psMemGetId();109 inttestStatus = true;110 intmemLeaks = 0;107 psS32 i = 0; 108 psS32 currentId = psMemGetId(); 109 psS32 testStatus = true; 110 psS32 memLeaks = 0; 111 111 float expectData; 112 112 float actualData; … … 163 163 } 164 164 165 intt02()165 psS32 t02() 166 166 { 167 167 psPolynomial1D *myPoly = NULL; 168 168 psVector *y = NULL; 169 inti = 0;170 intcurrentId = psMemGetId();171 inttestStatus = true;172 intmemLeaks = 0;169 psS32 i = 0; 170 psS32 currentId = psMemGetId(); 171 psS32 testStatus = true; 172 psS32 memLeaks = 0; 173 173 float expectData; 174 174 float actualData; … … 222 222 } 223 223 224 intt03()225 { 226 intcurrentId = psMemGetId();227 inttestStatus = true;228 intmemLeaks = 0;224 psS32 t03() 225 { 226 psS32 currentId = psMemGetId(); 227 psS32 testStatus = true; 228 psS32 memLeaks = 0; 229 229 230 230 printPositiveTestHeader(stdout, … … 251 251 252 252 253 intmain()253 psS32 main() 254 254 { 255 255 t00();
Note:
See TracChangeset
for help on using the changeset viewer.
