- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/psModules
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/20090522/psModules/src/imcombine/pmSubtractionMatch.c
r24181 r24557 246 246 badFrac, mode); // Subtraction mask 247 247 if (!subMask) { 248 psError( PS_ERR_UNKNOWN, false, "Unable to generate subtraction mask.");248 psError(psErrorCodeLast(), false, "Unable to generate subtraction mask."); 249 249 psFree(kernels); 250 250 psFree(regions); … … 337 337 PS_ASSERT_FLOAT_LESS_THAN_OR_EQUAL(optThreshold, 1.0, false); 338 338 } 339 PS_ASSERT_INT_ POSITIVE(iter, false);339 PS_ASSERT_INT_NONNEGATIVE(iter, false); 340 340 PS_ASSERT_FLOAT_LARGER_THAN(rej, 0.0, false); 341 341 … … 379 379 badFrac, subMode); 380 380 if (!subMask) { 381 psError( PS_ERR_UNKNOWN, false, "Unable to generate subtraction mask.");381 psError(psErrorCodeLast(), false, "Unable to generate subtraction mask."); 382 382 goto MATCH_ERROR; 383 383 }
Note:
See TracChangeset
for help on using the changeset viewer.
