Changeset 2204 for trunk/psLib/test/dataManip/tst_psMinimize04.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMinimize04.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMinimize04.c
r2090 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 double expectData; 46 46 double actualData; … … 101 101 } 102 102 103 intt01()103 psS32 t01() 104 104 { 105 105 psPolynomial1D *myPoly = NULL; 106 106 psVector *x = NULL; 107 107 psVector *y = NULL; 108 inti = 0;109 intcurrentId = psMemGetId();110 inttestStatus = true;111 intmemLeaks = 0;108 psS32 i = 0; 109 psS32 currentId = psMemGetId(); 110 psS32 testStatus = true; 111 psS32 memLeaks = 0; 112 112 double expectData; 113 113 double actualData; … … 164 164 } 165 165 166 intt02()166 psS32 t02() 167 167 { 168 168 psPolynomial1D *myPoly = NULL; 169 169 psVector *y = NULL; 170 inti = 0;171 intcurrentId = psMemGetId();172 inttestStatus = true;173 intmemLeaks = 0;170 psS32 i = 0; 171 psS32 currentId = psMemGetId(); 172 psS32 testStatus = true; 173 psS32 memLeaks = 0; 174 174 double expectData; 175 175 double actualData; … … 223 223 } 224 224 225 intt03()226 { 227 intcurrentId = psMemGetId();228 inttestStatus = true;229 intmemLeaks = 0;225 psS32 t03() 226 { 227 psS32 currentId = psMemGetId(); 228 psS32 testStatus = true; 229 psS32 memLeaks = 0; 230 230 psPolynomial1D *myPoly = NULL; 231 231 … … 257 257 258 258 259 intmain()259 psS32 main() 260 260 { 261 261 t00();
Note:
See TracChangeset
for help on using the changeset viewer.
