Changeset 19354 for trunk/psLib/src/imageops/psImageInterpolate.c
- Timestamp:
- Sep 4, 2008, 10:11:00 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageInterpolate.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageInterpolate.c
r19228 r19354 7 7 * @author Paul Price, IfA 8 8 * 9 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-0 8-27 01:54:01$9 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-09-04 20:11:00 $ 11 11 * 12 12 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 265 265 if (xStop > xLast) { \ 266 266 xMax = xLast; \ 267 iMax = x Stop - xLast; \267 iMax = xLast - xStart + 1; \ 268 268 offImage = true; \ 269 269 } else { \ … … 281 281 if (yStop > yLast) { \ 282 282 yMax = yLast; \ 283 jMax = y Stop - yLast; \283 jMax = yLast - yStart + 1; \ 284 284 offImage = true; \ 285 285 } else { \
Note:
See TracChangeset
for help on using the changeset viewer.
