Changeset 1406 for trunk/psLib/test/dataManip/tst_psMatrix03.c
- Timestamp:
- Aug 6, 2004, 12:34:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMatrix03.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMatrix03.c
r1181 r1406 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-0 7-01 23:29:34$16 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-08-06 22:34:06 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 83 83 if(luImage->type.dimen != PS_DIMEN_IMAGE) { 84 84 printf("Error: Resulting image is not PS_DIMEN_IMAGE\n"); 85 } else if(luImage != tempImage) { 86 printf("Error: Return pointer not equal to output argument pointer\n"); 87 } 85 } else 86 if(luImage != tempImage) { 87 printf("Error: Return pointer not equal to output argument pointer\n"); 88 } 88 89 printFooter(stdout, "psMatrix", "Calculate LU matrix", true); 89 90 … … 96 97 if(outVector->type.dimen != PS_DIMEN_VECTOR) { 97 98 printf("Error: Resulting image is not PS_DIMEN_VECTOR\n"); 98 } else if(outVector != tempVector) { 99 printf("Error: Return pointer not equal to output argument pointer\n"); 100 } 99 } else 100 if(outVector != tempVector) { 101 printf("Error: Return pointer not equal to output argument pointer\n"); 102 } 101 103 printFooter(stdout, "psMatrix", "Determine solution to matrix equation", true); 102 104
Note:
See TracChangeset
for help on using the changeset viewer.
