Changeset 2686 for trunk/psLib/test/dataManip/tst_psMatrix01.c
- Timestamp:
- Dec 10, 2004, 10:00:22 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMatrix01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMatrix01.c
r2684 r2686 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-12-10 19:34:49$13 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-12-10 20:00:22 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 33 33 } else if(IMAGE->type.type == PS_TYPE_F32){ \ 34 34 if(fabs(IMAGE->data.F32[i][j]-truthMatrix[i][j]) > TOLERANCE) { \ 35 printf("%lf\n", fabs(IMAGE->data.F32[i][j]-truthMatrix[i][j])), \36 35 printf("Matrix values at element %d, %d don't agree %f vs %lf\n", i, j, \ 37 36 IMAGE->data.F32[i][j], truthMatrix[i][j]); \
Note:
See TracChangeset
for help on using the changeset viewer.
