Changeset 26687
- Timestamp:
- Jan 26, 2010, 2:59:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psModules/src/imcombine/pmSubtractionMatch.c
r26667 r26687 498 498 // generate the window function from the set of stamps 499 499 if (!pmSubtractionStampsGetWindow(stamps, size)) { 500 psError(PS_ERR_UNKNOWN, false, "Unable to get stamp window."); 500 501 goto MATCH_ERROR; 501 502 } … … 570 571 // generate the window function from the set of stamps 571 572 if (!pmSubtractionStampsGetWindow(stamps, size)) { 573 psError(PS_ERR_UNKNOWN, false, "Unable to get stamps window."); 572 574 goto MATCH_ERROR; 573 575 }
Note:
See TracChangeset
for help on using the changeset viewer.
