Changeset 5802 for trunk/psphot/src/psphotEvalFLT.c
- Timestamp:
- Dec 17, 2005, 10:26:59 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotEvalFLT.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotEvalFLT.c
r5772 r5802 37 37 38 38 // if the object has a fitted peak below 0, the fit did not converge cleanly 39 if (model->params->data.F32[1] < 0) {39 if (model->params->data.F32[1] <= 0) { 40 40 source->mode |= PM_SOURCE_FAIL; 41 41 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
