Changeset 1073 for trunk/psLib/test/dataManip/tst_psMatrix03.c
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (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
r897 r1073 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-06- 07 20:25:03$16 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-06-23 23:00:17 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 104 104 // Test D - Free input and output images and vectors 105 105 printPositiveTestHeader(stdout, "psMatrix", "Free input and output images and vectors"); 106 ps ImageFree(inImage);107 ps ImageFree(luImage);108 ps VectorFree(perm);109 ps VectorFree(outVector);110 ps VectorFree(inVector);106 psFree(inImage); 107 psFree(luImage); 108 psFree(perm); 109 psFree(outVector); 110 psFree(inVector); 111 111 psMemCheckLeaks(0, NULL, stdout); 112 112 int nBad = psMemCheckCorruption(0);
Note:
See TracChangeset
for help on using the changeset viewer.
