IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 4:45:43 PM (22 years ago)
Author:
desonia
Message:

Fixes for Mac use.

File:
1 edited

Legend:

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

    r904 r1041  
    6565        for (i=0;i<tmpImage->numRows;i++) {
    6666            for (j=0;j<tmpImage->numCols;j++) {
    67                 tmpImage->data.F32[i][j] = (float) (i + j);
     67                tmpImage->data.F32[i][j] = (float) (i + j + 0.1);
    6868            }
    6969        }
Note: See TracChangeset for help on using the changeset viewer.