Changeset 17515 for trunk/psLib/test/mathtypes
- Timestamp:
- May 4, 2008, 2:09:04 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/mathtypes/tap_psImage.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/mathtypes/tap_psImage.c
r13043 r17515 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $9 * @date $Date: 200 7-04-26 22:18:39$8 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2008-05-05 00:09:04 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 17 17 #include <stdlib.h> 18 18 #include "pslib.h" 19 #include "psType.h"20 19 #include "tap.h" 21 20 #include "pstap.h" … … 170 169 // children is freed. 171 170 image = psImageAlloc(100,100,PS_TYPE_F32); 172 psImageSubset(image,( psRegion) {50,0,70,20});173 psImageSubset(image,( psRegion) {70,20,90,40});171 psImageSubset(image,((psRegion) {50,0,70,20})); 172 psImageSubset(image,((psRegion) {70,20,90,40})); 174 173 psFree(image); 175 174 ok(!psMemCheckLeaks(id, NULL, NULL, false), "no memory leaks");
Note:
See TracChangeset
for help on using the changeset viewer.
