Changeset 2204 for trunk/psLib/test/dataManip/tst_psHist02.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psHist02.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psHist02.c
r1811 r2204 14 14 #define NUM_DATA 10000 15 15 16 intmain()16 psS32 main() 17 17 { 18 18 psHistogram * myHist = NULL; … … 20 20 psVector *myData = NULL; 21 21 psVector *myMask = NULL; 22 inttestStatus = true;23 intmemLeaks = 0;24 intnb = 0;25 intnumBins = 0;26 inti = 0;27 intcurrentId = 0;22 psS32 testStatus = true; 23 psS32 memLeaks = 0; 24 psS32 nb = 0; 25 psS32 numBins = 0; 26 psS32 i = 0; 27 psS32 currentId = 0; 28 28 29 29 currentId = psMemGetId();
Note:
See TracChangeset
for help on using the changeset viewer.
