- Timestamp:
- Feb 7, 2022, 11:02:54 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/psphot/src/psphotBlendFit.c
r42015 r42021 79 79 80 80 fitOptions->nIter = psMetadataLookupS32(&status, recipe, "EXT_FIT_ITER"); // Max number of fit iterations 81 assert (status && fit Iter > 0);81 assert (status && fitOptions->nIter > 0); 82 82 83 83 fitOptions->minTol = psMetadataLookupF32 (&status, recipe, "EXT_FIT_MIN_TOL"); // Fit tolerance
Note:
See TracChangeset
for help on using the changeset viewer.
