Changeset 34704 for trunk/psphot/src/psphotReplaceUnfit.c
- Timestamp:
- Nov 27, 2012, 11:07:06 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReplaceUnfit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReplaceUnfit.c
r34492 r34704 35 35 // loop over the available readouts 36 36 for (int i = 0; i < num; i++) { 37 if (!psphotReplaceAllSourcesReadout (config, view, filerule, i, recipe, ignoreState)) { 38 psError (PSPHOT_ERR_CONFIG, false, "failed to replace all sources for %s entry %d", filerule, i); 39 return false; 40 } 37 // ignore return value. False means "sources not subtracted", not a failure condition 38 (void) psphotReplaceAllSourcesReadout (config, view, filerule, i, recipe, ignoreState); 41 39 } 42 40 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
