Changeset 30173
- Timestamp:
- Dec 24, 2010, 3:26:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psphot/src/psphotExtendedSourceFits.c
r30101 r30173 342 342 343 343 // array to store the pointers to the model flux images while the models are being fitted 344 psArray *modelFluxes = psArrayAllocEmpty ( 4);344 psArray *modelFluxes = psArrayAllocEmpty (models->list->n); 345 345 346 346 // allocate the array to store the model fits 347 347 if (source->modelFits == NULL) { 348 source->modelFits = psArrayAllocEmpty ( 4);348 source->modelFits = psArrayAllocEmpty (models->list->n); 349 349 } 350 350
Note:
See TracChangeset
for help on using the changeset viewer.
