- Timestamp:
- Nov 3, 2004, 3:05:00 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic02.c
r2204 r2273 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-1 0-27 00:57:33$12 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-11-04 01:05:00 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 83 83 #define CHECK_MEMORY \ 84 84 if( psMemCheckLeaks(0, NULL, stdout) != 0 ) { \ 85 psError( __func__,"Memory leaks detected."); \85 psError(PS_ERR_UNKNOWN, true,"Memory leaks detected."); \ 86 86 return 50; \ 87 87 } \ 88 88 psS32 nBad = psMemCheckCorruption(0); \ 89 89 if(nBad) { \ 90 psError( __func__,"ERROR: Found %d bad memory blocks\n", nBad); \90 psError(PS_ERR_UNKNOWN, true,"ERROR: Found %d bad memory blocks\n", nBad); \ 91 91 return 51; \ 92 92 }
Note:
See TracChangeset
for help on using the changeset viewer.
