Changeset 7596
- Timestamp:
- Jun 19, 2006, 2:23:54 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/imageops/tst_psImageStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops/tst_psImageStats.c
r7056 r7596 263 263 for ( i = 0;i < CHEBY_X_DIM;i++ ) { 264 264 for ( j = 0;j < CHEBY_Y_DIM;j++ ) { 265 fprintf(stderr, "Cheby Polynomial (%d, %d) coefficient is %.2f\n", i, j, 0.0001f+my2DPoly->coeff[ i ][ j ] ); 265 fprintf(stderr, "Cheby Polynomial (%d, %d) coefficient is %.2f\n", i, j, 266 0.0001f+my2DPoly->coeff[ j ][ i ] ); 266 267 } 267 268 }
Note:
See TracChangeset
for help on using the changeset viewer.
