Changeset 2204 for trunk/psLib/test/dataManip/tst_psMinimize04b.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMinimize04b.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMinimize04b.c
r2089 r2204 26 26 } 27 27 28 intt00()28 psS32 t00() 29 29 { 30 30 psPolynomial1D *myPoly = NULL; … … 32 32 psVector *y = NULL; 33 33 psVector *yErr = NULL; 34 inti = 0;35 intcurrentId = psMemGetId();36 inttestStatus = true;37 intmemLeaks = 0;34 psS32 i = 0; 35 psS32 currentId = psMemGetId(); 36 psS32 testStatus = true; 37 psS32 memLeaks = 0; 38 38 39 39 myPoly = psPolynomial1DAlloc(POLY_ORDER+1, PS_POLYNOMIAL_CHEB); … … 95 95 96 96 97 intt01()97 psS32 t01() 98 98 { 99 99 psPolynomial1D *myPoly = NULL; 100 100 psVector *x = NULL; 101 101 psVector *y = NULL; 102 inti = 0;103 intcurrentId = psMemGetId();104 inttestStatus = true;105 intmemLeaks = 0;102 psS32 i = 0; 103 psS32 currentId = psMemGetId(); 104 psS32 testStatus = true; 105 psS32 memLeaks = 0; 106 106 107 107 myPoly = psPolynomial1DAlloc(POLY_ORDER+1, PS_POLYNOMIAL_CHEB); … … 155 155 156 156 157 intt02()157 psS32 t02() 158 158 { 159 159 psPolynomial1D *myPoly = NULL; 160 160 psVector *x = NULL; 161 161 psVector *y = NULL; 162 inti = 0;163 intcurrentId = psMemGetId();164 inttestStatus = true;165 intmemLeaks = 0;162 psS32 i = 0; 163 psS32 currentId = psMemGetId(); 164 psS32 testStatus = true; 165 psS32 memLeaks = 0; 166 166 167 167 myPoly = psPolynomial1DAlloc(POLY_ORDER+1, PS_POLYNOMIAL_CHEB); … … 214 214 } 215 215 216 intt03()217 { 218 psPolynomial1D *myPoly = NULL; 219 intcurrentId = psMemGetId();220 inttestStatus = true;221 intmemLeaks = 0;216 psS32 t03() 217 { 218 psPolynomial1D *myPoly = NULL; 219 psS32 currentId = psMemGetId(); 220 psS32 testStatus = true; 221 psS32 memLeaks = 0; 222 222 223 223 printPositiveTestHeader(stdout, … … 244 244 } 245 245 246 intmain()246 psS32 main() 247 247 { 248 248 t00();
Note:
See TracChangeset
for help on using the changeset viewer.
