Changeset 2204 for trunk/psLib/test/dataManip/tst_psStats01.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psStats01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psStats01.c
r1811 r2204 8 8 #define N 10 9 9 10 intmain()10 psS32 main() 11 11 { 12 12 psStats *myStats = NULL; 13 inttestStatus = true;14 intglobalTestStatus = true;15 inti = 0;13 psS32 testStatus = true; 14 psS32 globalTestStatus = true; 15 psS32 i = 0; 16 16 psVector *myVector = NULL; 17 17 psVector *maskVector= NULL; … … 19 19 float realMaxNoMask = 0.0; 20 20 float realMaxWithMask = 0.0; 21 intcurrentId = psMemGetId();22 intmemLeaks = 0;21 psS32 currentId = psMemGetId(); 22 psS32 memLeaks = 0; 23 23 24 24 /*************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
