Changeset 1406 for trunk/psLib/test/dataManip/tst_psMatrix04.c
- Timestamp:
- Aug 6, 2004, 12:34:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMatrix04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMatrix04.c
r1073 r1406 13 13 * @author Ross Harman, MHPCC 14 14 * 15 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-0 6-23 23:00:17$15 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-08-06 22:34:06 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 67 67 if(outImage->type.dimen != PS_DIMEN_IMAGE) { 68 68 printf("Error: Resulting image is not PS_DIMEN_IMAGE\n"); 69 } else if(outImage != tempImage) { 70 printf("Error: Return pointer not equal to output argument pointer\n"); 71 } 69 } else 70 if(outImage != tempImage) { 71 printf("Error: Return pointer not equal to output argument pointer\n"); 72 } 72 73 printFooter(stdout, "psMatrix", "Invert matrix and calculate determinant", true); 73 74
Note:
See TracChangeset
for help on using the changeset viewer.
