- Timestamp:
- Sep 23, 2009, 11:16:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psModules/src/objects/pmModel.c
r25355 r25496 62 62 tmp->nPix = 0; 63 63 tmp->nIter = 0; 64 tmp-> radiusFit= 0;64 tmp->fitRadius = 0; 65 65 tmp->flags = PM_MODEL_STATUS_NONE; 66 66 tmp->residuals = NULL; // XXX should the model own this memory? … … 109 109 new->nIter = model->nIter; 110 110 new->flags = model->flags; 111 new-> radiusFit = model->radiusFit;111 new->fitRadius = model->fitRadius; 112 112 113 113 for (int i = 0; i < new->params->n; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
