Changeset 29274
- Timestamp:
- Sep 30, 2010, 5:32:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/psModules/src/imcombine/pmSubtractionStamps.c
r29215 r29274 1030 1030 1031 1031 if (x < bounds.x0 + size || x > bounds.x1 - size || y < bounds.y0 + size || y > bounds.y1 - size) { 1032 psError(PM_ERR_PROG, false, "Stamp %d (%d,%d) is within the region border.\n", i, x, y); 1033 return false; 1032 psLogMsg("psModules.imcombine", 3, "Stamp %d (%d,%d) is within the region border.\n", i, x, y); 1033 stamp->status = PM_SUBTRACTION_STAMP_NONE; 1034 continue; 1034 1035 } 1035 1036
Note:
See TracChangeset
for help on using the changeset viewer.
