Changeset 14302
- Timestamp:
- Jul 18, 2007, 2:53:12 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
r14281 r14302 4 4 * @author GLG, MHPCC 5 5 * 6 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-07-1 8 03:43:49$6 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-07-19 00:53:12 $ 8 8 * 9 9 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 991 991 #endif 992 992 993 for (int y = j; y < j + fullSize; y++) {994 for (int x = i; x < i + fullSize; x++) {993 for (int y = j; y < PS_MIN(j + fullSize, numRows); y++) { 994 for (int x = i; x < PS_MIN(i + fullSize, numCols); x++) { 995 995 convImage->data.F32[y][x] = background; 996 996
Note:
See TracChangeset
for help on using the changeset viewer.
