Changeset 1503 for trunk/psLib/test/image/tst_psImageStats02.c
- Timestamp:
- Aug 11, 2004, 4:52:15 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageStats02.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats02.c
r1451 r1503 57 57 for ( i = 0;i < CHEBY_X_DIM;i++ ) { 58 58 for ( j = 0;j < CHEBY_Y_DIM;j++ ) { 59 printf( "Cheby Polynomial (%d, %d) coefficient is %.2f\n", i, j, my2DPoly->coeff[ i ][ j ] );59 printf( "Cheby Polynomial (%d, %d) coefficient is %.2f\n", i, j, 0.0001f+my2DPoly->coeff[ i ][ j ] ); 60 60 } 61 61 }
Note:
See TracChangeset
for help on using the changeset viewer.
