Changeset 2782 for trunk/psLib/test/dataManip/tst_psHist02.c
- Timestamp:
- Dec 21, 2004, 2:54:28 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
r2780 r2782 69 69 70 70 for ( i = 0;i < numBins;i++ ) { 71 printf( "Bin number %d bounds: (%.2f - %.2f) data (% d)\n", i,71 printf( "Bin number %d bounds: (%.2f - %.2f) data (%f)\n", i, 72 72 myHist->bounds->data.F32[ i ], 73 73 myHist->bounds->data.F32[ i + 1 ], 74 myHist->nums->data. U32[ i ] );74 myHist->nums->data.F32[ i ] ); 75 75 } 76 76 psMemCheckCorruption( 1 ); … … 94 94 95 95 for ( i = 0;i < numBins;i++ ) { 96 printf( "Bin number %d bounds: (%6.3f - %6.3f) data (% d)\n", i,96 printf( "Bin number %d bounds: (%6.3f - %6.3f) data (%f)\n", i, 97 97 myHist->bounds->data.F32[ i ], 98 98 myHist->bounds->data.F32[ i + 1 ], 99 myHist->nums->data. U32[ i ] );99 myHist->nums->data.F32[ i ] ); 100 100 } 101 101 psMemCheckCorruption( 1 );
Note:
See TracChangeset
for help on using the changeset viewer.
