Changeset 14303 for trunk/psModules/src/imcombine/pmSubtraction.c
- Timestamp:
- Jul 18, 2007, 3:06:00 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.c
r14302 r14303 4 4 * @author GLG, MHPCC 5 5 * 6 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-07-19 0 0:53:12$6 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-07-19 01:06:00 $ 8 8 * 9 9 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 991 991 #endif 992 992 993 for (int y = j; y < PS_MIN(j + fullSize, numRows ); y++) {994 for (int x = i; x < PS_MIN(i + fullSize, numCols ); x++) {993 for (int y = j; y < PS_MIN(j + fullSize, numRows - size); y++) { 994 for (int x = i; x < PS_MIN(i + fullSize, numCols - size); x++) { 995 995 convImage->data.F32[y][x] = background; 996 996
Note:
See TracChangeset
for help on using the changeset viewer.
