Changeset 2204 for trunk/psLib/test/dataManip/tst_psStats03.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psStats03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psStats03.c
r1811 r2204 9 9 #define N ((4 * N1) + 1) 10 10 11 intmain()11 psS32 main() 12 12 { 13 13 psStats *myStats = 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 realMedianWithMask = (float) (N-3)/4; 21 21 float realMedianNoMask = (float) (N-1)/2; 22 intcurrentId = psMemGetId();23 intmemLeaks = 0;22 psS32 currentId = psMemGetId(); 23 psS32 memLeaks = 0; 24 24 25 25 /*************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
