Changeset 2780 for trunk/psLib/test/dataManip/tst_psHist03.c
- Timestamp:
- Dec 21, 2004, 1:25:14 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
r2392 r2780 89 89 } 90 90 91 myHist = psVectorHistogram( myHist, myData, NULL, 0 );91 myHist = psVectorHistogram( myHist, myData, NULL, NULL, 0 ); 92 92 for (i=0;i<numBins;i++) { 93 93 printf("Bin number %d bounds: (%6.3f - %6.3f): data: (%d)\n", i,
Note:
See TracChangeset
for help on using the changeset viewer.
