Changeset 897 for trunk/psLib/test/dataManip/tst_psMatrix03.c
- Timestamp:
- Jun 7, 2004, 10:25:03 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
r884 r897 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-06-0 5 01:23:08$16 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-06-07 20:25:03 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 81 81 luImage = psMatrixLUD(luImage, perm, inImage); 82 82 PRINT_MATRIX(luImage); 83 if(luImage->type. type!= PS_DIMEN_IMAGE) {83 if(luImage->type.dimen != PS_DIMEN_IMAGE) { 84 84 printf("Error: Resulting image is not PS_DIMEN_IMAGE\n"); 85 85 } else if(luImage != tempImage) {
Note:
See TracChangeset
for help on using the changeset viewer.
