- Timestamp:
- Feb 6, 2022, 3:40:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/psModules/src/objects/pmSourceFitModel.c
r36859 r42014 69 69 opt->chisqConvergence = true; 70 70 opt->isInteractive = false; 71 opt->useReweighting = false; 71 72 72 73 return opt; … … 251 252 myMin->chisqConvergence = options->chisqConvergence; 252 253 myMin->isInteractive = options->isInteractive; 254 myMin->useReweighting = options->useReweighting; 253 255 254 256 psImage *covar = psImageAlloc (params->n, params->n, PS_TYPE_F32);
Note:
See TracChangeset
for help on using the changeset viewer.
