IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2004, 4:52:15 PM (22 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageStats02.c

    r1451 r1503  
    5757    for ( i = 0;i < CHEBY_X_DIM;i++ ) {
    5858        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 ] );
    6060        }
    6161    }
Note: See TracChangeset for help on using the changeset viewer.