Changeset 6806 for trunk/psLib/src/imageops/psImageGeomManip.c
- Timestamp:
- Apr 6, 2006, 12:55:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageGeomManip.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageGeomManip.c
r6778 r6806 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-04-0 5 01:49:40$12 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-04-06 22:55:18 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 753 753 row0 = input->row0; 754 754 col0 = input->col0; 755 row1 = input->row0 + input->numRows ;756 col1 = input->col0 + input->numCols ;755 row1 = input->row0 + input->numRows - 1; 756 col1 = input->col0 + input->numCols - 1; 757 757 } 758 758 if (col1 < 1) { … … 782 782 row0 = output->row0; 783 783 col0 = output->col0; 784 row1 = row0+numRows ;785 col1 = col0+numCols ;784 row1 = row0+numRows -1; 785 col1 = col0+numCols -1; 786 786 } 787 787
Note:
See TracChangeset
for help on using the changeset viewer.
