Changeset 1073 for trunk/psLib/test/dataManip/tst_psMatrix04.c
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMatrix04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMatrix04.c
r897 r1073 13 13 * @author Ross Harman, MHPCC 14 14 * 15 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-06- 07 20:25:03$15 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-06-23 23:00:17 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 82 82 // Test D - Free input and output images 83 83 printPositiveTestHeader(stdout, "psMatrix", "Free input and output images"); 84 ps ImageFree(outImage);85 ps ImageFree(inImage);84 psFree(outImage); 85 psFree(inImage); 86 86 psFree(det2); 87 87 psMemCheckLeaks(0, NULL, stdout);
Note:
See TracChangeset
for help on using the changeset viewer.
