Changeset 2204 for trunk/psLib/test/dataManip/tst_psStats06.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psStats06.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psStats06.c
r1811 r2204 12 12 #define N 15 13 13 14 intmain()14 psS32 main() 15 15 { 16 16 psStats *myStats = NULL; 17 inttestStatus = true;18 intglobalTestStatus = true;19 inti = 0;17 psS32 testStatus = true; 18 psS32 globalTestStatus = true; 19 psS32 i = 0; 20 20 psVector *myVector = NULL; 21 21 psVector *maskVector= NULL; … … 26 26 float realStdevNoMask = 4.472136; 27 27 float realStdevWithMask = 2.160247; 28 intcount = 0;29 intcurrentId = psMemGetId();30 intmemLeaks = 0;28 psS32 count = 0; 29 psS32 currentId = psMemGetId(); 30 psS32 memLeaks = 0; 31 31 32 32 /*************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
