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