Changeset 25178 for branches/eam_branches/20090715/psphot/src/pmPetrosian.c
- Timestamp:
- Aug 24, 2009, 8:40:34 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/pmPetrosian.c
r25105 r25178 24 24 psFree(petrosian->fluxElliptical); 25 25 26 psFree(petrosian->binnedFlux); 26 psFree(petrosian->binSB); 27 psFree(petrosian->binSBstdev); 27 28 psFree(petrosian->radialBins); 28 29 psFree(petrosian->area); … … 44 45 petrosian->radialBins = NULL; 45 46 petrosian->area = NULL; 46 petrosian->binnedFlux = NULL; 47 petrosian->binSB = NULL; 48 petrosian->binSBstdev = NULL; 47 49 48 50 petrosian->petrosianRadius = NAN; … … 64 66 psFree(petrosian->fluxElliptical); 65 67 66 psFree(petrosian->binnedFlux); 68 psFree(petrosian->binSB); 69 psFree(petrosian->binSBstdev); 67 70 psFree(petrosian->radialBins); 68 71 psFree(petrosian->area); … … 78 81 petrosian->radialBins = NULL; 79 82 petrosian->area = NULL; 80 petrosian->binnedFlux = NULL; 83 petrosian->binSB = NULL; 84 petrosian->binSBstdev = NULL; 81 85 82 86 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
