- Timestamp:
- Oct 7, 2010, 9:44:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/psphot/src/psphotExtendedSourceFits.c
r29341 r29347 85 85 return true; 86 86 } 87 88 psphotInitRadiusEXT (recipe, readout); 87 89 88 90 // validate the model entries … … 167 169 PS_ARRAY_ADD_SCALAR(job->args, 0, PS_TYPE_S32); // this is used as a return value for NplainPass 168 170 169 if ( !psThreadJobAddPending(job)) {171 if (false && !psThreadJobAddPending(job)) { 170 172 psError(PS_ERR_UNKNOWN, false, "Unable to guess model."); 171 173 psFree(AnalysisRegion); 172 174 return false; 173 } 175 } else { 176 if (!psphotExtendedSourceFits_Threaded(job)) { 177 psError(PS_ERR_UNKNOWN, false, "Unable to guess model."); 178 psFree(AnalysisRegion); 179 return false; 180 } 181 } 174 182 } 175 183
Note:
See TracChangeset
for help on using the changeset viewer.
