Changeset 2392 for trunk/psLib/test/dataManip/tst_psMatrix03.c
- Timestamp:
- Nov 22, 2004, 11:10:52 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
r2204 r2392 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-1 0-27 00:57:33$16 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-11-22 21:00:21 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 111 111 psFree(outVector); 112 112 psFree(inVector); 113 psMemCheckLeaks(0, NULL, stdout); 113 if( psMemCheckLeaks(0, NULL, stdout, false) ) { 114 psError(PS_ERR_UNKNOWN,true,"Memory leaks detected"); 115 return 10; 116 } 114 117 psS32 nBad = psMemCheckCorruption(0); 115 118 if(nBad) {
Note:
See TracChangeset
for help on using the changeset viewer.
