Changeset 1041 for trunk/psLib/test/image/tst_psImageStats00.c
- Timestamp:
- Jun 14, 2004, 4:45:43 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageStats00.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats00.c
r904 r1041 65 65 for (i=0;i<tmpImage->numRows;i++) { 66 66 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); 68 68 } 69 69 }
Note:
See TracChangeset
for help on using the changeset viewer.
