- Timestamp:
- Apr 1, 2009, 2:33:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/imcombine/pmSubtractionMatch.c
r23308 r23656 18 18 #include "pmSubtractionMask.h" 19 19 #include "pmSubtractionThreads.h" 20 #include "pmSubtractionVisual.h" 21 #include "pmErrorCodes.h" 22 20 23 #include "pmSubtractionMatch.h" 21 #include "pmSubtractionVisual.h"22 24 23 25 #define BG_STAT PS_STAT_ROBUST_MEDIAN // Statistic to use for background … … 73 75 stampSpacing, mode); 74 76 if (!*stamps) { 75 psError( PS_ERR_UNKNOWN, false, "Unable to find stamps.");77 psError(psErrorCodeLast(), false, "Unable to find stamps."); 76 78 return false; 77 79 }
Note:
See TracChangeset
for help on using the changeset viewer.
