Changeset 13123 for trunk/psLib/test/math/tap_psMatrix03.c
- Timestamp:
- May 1, 2007, 6:14:33 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psMatrix03.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psMatrix03.c
r10816 r13123 16 16 * @author Ross Harman, MHPCC 17 17 * 18 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $19 * @date $Date: 200 6-12-20 20:02:29$18 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 19 * @date $Date: 2007-05-02 04:14:33 $ 20 20 * 21 21 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 184 184 185 185 // Attempt to use null image input argument 186 // XXX: This test should generate an error or warning, but we don't know how to test that. 186 // XXX: This test should generate an error or warning 187 // XXX: This seg-faults 187 188 if (0) { 188 189 psMemId id = psMemGetId(); … … 195 196 196 197 // Attempt to use null input vector argument 197 // XXX: This test should generate an error or warning, but we don't know how to test that. 198 // XXX: This test should generate an error or warning 199 // XXX: This seg-faulta 198 200 if (0) { 199 201 psMemId id = psMemGetId(); … … 212 214 // Attempt to use null LU image argument 213 215 // XXX: This test should generate an error or warning, but we don't know how to test that. 216 // XXX: This seg-faulta 214 217 if (0) { 215 218 psMemId id = psMemGetId();
Note:
See TracChangeset
for help on using the changeset viewer.
