Changeset 28405 for trunk/psphot/src/psphotGuessModels.c
- Timestamp:
- Jun 18, 2010, 2:25:38 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotGuessModels.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotGuessModels.c
r28013 r28405 21 21 // loop over the available readouts 22 22 for (int i = 0; i < num; i++) { 23 if (i == chisqNum) continue; // skip chisq image23 if (i == chisqNum) continue; // skip chisq image 24 24 if (!psphotGuessModelsReadout (config, view, filerule, i)) { 25 25 psError (PSPHOT_ERR_CONFIG, false, "failed on to guess models for %s entry %d", filerule, i); … … 106 106 if (!psThreadJobAddPending(job)) { 107 107 psError(PS_ERR_UNKNOWN, false, "Unable to guess model."); 108 psFree (job);109 108 return false; 110 109 } 111 psFree(job);112 110 } 113 111
Note:
See TracChangeset
for help on using the changeset viewer.
