Changeset 5064 for trunk/psLib/test/mathtypes
- Timestamp:
- Sep 16, 2005, 1:56:51 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/mathtypes/tst_psImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/mathtypes/tst_psImage.c
r4980 r5064 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-09- 09 02:02:54$8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-09-16 23:56:51 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 286 286 { 287 287 psImage *in; 288 psRegion inReg [1];288 psRegion inReg; 289 289 psRegion out; 290 290 in = psImageAlloc(1, 1, PS_TYPE_S32); 291 inReg [0]= psRegionSet(1, 2, 1, 2);291 inReg = psRegionSet(1, 2, 1, 2); 292 292 out = psRegionForImage(in,inReg); 293 psRegion inReg2 [1];293 psRegion inReg2; 294 294 psRegion out2; 295 inReg2 [0]= psRegionSet(-1, 0, -2, -1);295 inReg2 = psRegionSet(-1, 0, -2, -1); 296 296 out2 = psRegionForImage(in, inReg2); 297 297
Note:
See TracChangeset
for help on using the changeset viewer.
