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