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