Changeset 1073 for trunk/psLib/test/collections/tst_psSort_01.c
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psSort_01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psSort_01.c
r988 r1073 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-06- 10 23:14:22$12 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-06-23 23:00:15 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 71 71 // Test D - Free float vectors 72 72 printPositiveTestHeader(stdout,"psSort", "Free float vectors"); 73 ps VectorFree(in);74 ps VectorFree(out);73 psFree(in); 74 psFree(out); 75 75 psMemCheckLeaks(0, NULL, stdout); 76 76 int nBad = psMemCheckCorruption(0);
Note:
See TracChangeset
for help on using the changeset viewer.
