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