Changeset 20252
- Timestamp:
- Oct 17, 2008, 2:49:47 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMakeFluxScale.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMakeFluxScale.c
r20003 r20252 39 39 // measure the fitMag for this model 40 40 fitSum = model->modelFlux (model->params); 41 assert (fitSum > 0);42 assert (isfinite(fitSum));43 41 } 42 if (fitSum < 1.e-6) continue; 43 if (!isfinite(fitSum)) continue; 44 44 45 45 xPts->data.F32[Npts] = x;
Note:
See TracChangeset
for help on using the changeset viewer.
