Changeset 4980 for trunk/psLib/src/mathtypes
- Timestamp:
- Sep 8, 2005, 4:02:54 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.c
r4944 r4980 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.8 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-09-0 2 21:32:06$11 * @version $Revision: 1.81 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-09-09 02:02:54 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 141 141 } 142 142 143 return psRegionSet(col0 ,col1,row0,row1);143 return psRegionSet(col0-1,col1,row0-1,row1); 144 144 } 145 145
Note:
See TracChangeset
for help on using the changeset viewer.
