Changeset 2204 for trunk/psLib/test/dataManip/tst_psFunc07.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psFunc07.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc07.c
r1985 r2204 32 32 } 33 33 34 intt00()34 psS32 t00() 35 35 { 36 inttestStatus = true;37 intmemLeaks=0;38 intcurrentId = psMemGetId();39 inti;36 psS32 testStatus = true; 37 psS32 memLeaks=0; 38 psS32 currentId = psMemGetId(); 39 psS32 i; 40 40 psSpline1D *tmpSpline = NULL; 41 41 psVector *x = NULL; … … 101 101 102 102 // This is the F64 version of the above test code. 103 intt01()103 psS32 t01() 104 104 { 105 inttestStatus = true;106 intmemLeaks=0;107 intcurrentId = psMemGetId();108 inti;105 psS32 testStatus = true; 106 psS32 memLeaks=0; 107 psS32 currentId = psMemGetId(); 108 psS32 i; 109 109 psSpline1D *tmpSpline = NULL; 110 110 psVector *x = NULL; … … 169 169 } 170 170 171 intmain()171 psS32 main() 172 172 { 173 173 t00();
Note:
See TracChangeset
for help on using the changeset viewer.
