- Timestamp:
- Oct 15, 2013, 11:39:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psModules/src/objects/pmSourceExtendedPars.c
r36157 r36217 290 290 static void pmSourceGalaxyFitsFree (pmSourceGalaxyFits *tmp) { 291 291 292 psFree (tmp-> Io);293 psFree (tmp->d Io);292 psFree (tmp->Flux); 293 psFree (tmp->dFlux); 294 294 psFree (tmp->chisq); 295 295 … … 302 302 psMemSetDeallocator(tmp, (psFreeFunc) pmSourceGalaxyFitsFree); 303 303 304 tmp-> Io= psVectorAllocEmpty (25, PS_TYPE_F32);305 tmp->d Io= psVectorAllocEmpty (25, PS_TYPE_F32);304 tmp->Flux = psVectorAllocEmpty (25, PS_TYPE_F32); 305 tmp->dFlux = psVectorAllocEmpty (25, PS_TYPE_F32); 306 306 tmp->chisq = psVectorAllocEmpty (25, PS_TYPE_F32); 307 307 tmp->nPix = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
