Changeset 620 for trunk/psLib/test/collections/tst_psBitSet_06.c
- Timestamp:
- May 7, 2004, 3:19:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psBitSet_06.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psBitSet_06.c
r576 r620 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-05-0 5 20:39:09$12 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-05-08 01:19:28 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 53 53 psBitSetFree(outbs); 54 54 psMemCheckLeaks(0, NULL, stdout); 55 int nBad = psMemCheckCorruption(0); 56 if(nBad) { 57 printf("ERROR: Found %d bad memory blocks\n", nBad); 58 } 55 59 printFooter(stdout, "psBitSet", "Free psBitSetFree psBitSets", true); 56 60
Note:
See TracChangeset
for help on using the changeset viewer.
