Changeset 2392 for trunk/psLib/test/astronomy/tst_psTime_01.c
- Timestamp:
- Nov 22, 2004, 11:10:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psTime_01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psTime_01.c
r2322 r2392 23 23 * @author Ross Harman, MHPCC 24 24 * 25 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $26 * @date $Date: 2004-11- 10 22:39:18$25 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 26 * @date $Date: 2004-11-22 20:52:45 $ 27 27 * 28 28 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 197 197 psFree(testTime); 198 198 psLibFinalize(); 199 psMemCheckLeaks(0, NULL, stdout); 199 if( psMemCheckLeaks(0, NULL, stdout,false) != 0 ) { 200 psError(PS_ERR_UNKNOWN,true,"Memory leaks detected"); 201 return 10; 202 } 200 203 psMemCheckCorruption(0); 201 204 psS32 nBad = psMemCheckCorruption(0);
Note:
See TracChangeset
for help on using the changeset viewer.
