Changeset 2204 for trunk/psLib/test/dataManip/tst_psFunc05.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psFunc05.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc05.c
r1991 r2204 18 18 #define SPLINE_ORDER 1 19 19 20 intmain()20 psS32 main() 21 21 { 22 inttestStatus = true;23 intmemLeaks=0;24 inti;25 intcurrentId = psMemGetId();22 psS32 testStatus = true; 23 psS32 memLeaks=0; 24 psS32 i; 25 psS32 currentId = psMemGetId(); 26 26 psSpline1D *tmpSpline; 27 27 psVector *data;
Note:
See TracChangeset
for help on using the changeset viewer.
