- Timestamp:
- Jun 17, 2014, 5:58:38 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140610
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphot/src/psphotSourceFits.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610
- Property svn:mergeinfo changed
/trunk (added) merged: 36846-36871,36874,36879,36882
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140610/psphot/src/psphotSourceFits.c
r36375 r36884 700 700 model->params->data.F32[PM_PAR_7] = 0.5/indexGuess[i]; 701 701 702 if (!model-> modelGuess(model, source, maskVal, markVal)) {702 if (!model->class->modelGuess(model, source, maskVal, markVal)) { 703 703 model->flags |= PM_MODEL_STATUS_BADARGS; 704 704 return false; … … 723 723 model->flags = PM_MODEL_STATUS_NONE; // do not attempt to handle failures here, let the next iteration deal with it 724 724 model->params->data.F32[PM_PAR_7] = 0.5/indexGuess[iMin]; 725 model-> modelGuess(model, source, maskVal, markVal);725 model->class->modelGuess(model, source, maskVal, markVal); 726 726 727 727 return true; … … 752 752 model->params->data.F32[PM_PAR_7] = indexGuess[i]; 753 753 754 if (!model-> modelGuess(model, source, maskVal, markVal)) {754 if (!model->class->modelGuess(model, source, maskVal, markVal)) { 755 755 model->flags |= PM_MODEL_STATUS_BADARGS; 756 756 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
