Changeset 2204 for trunk/psLib/test/dataManip/tst_psStats09.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psStats09.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psStats09.c
r1811 r2204 16 16 #define MY_RANGE 2.0 17 17 18 intmain()18 psS32 main() 19 19 { 20 20 psStats *myStats = NULL; 21 inttestStatus = true;22 intglobalTestStatus = true;23 inti = 0;21 psS32 testStatus = true; 22 psS32 globalTestStatus = true; 23 psS32 i = 0; 24 24 psVector *maskVector= NULL; 25 25 psVector *myGaussData = NULL; … … 31 31 // float realclippedMeanWithMask = 0.0; 32 32 // float realclippedStdevWithMask = 0.0; 33 intcount = 0;34 intcurrentId = psMemGetId();35 intmemLeaks = 0;33 psS32 count = 0; 34 psS32 currentId = psMemGetId(); 35 psS32 memLeaks = 0; 36 36 37 37 /*************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
