- Timestamp:
- May 11, 2010, 5:39:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psModules.20100506/src/objects/pmSourceExtendedPars.h
r27818 r27924 20 20 psVector *isophotalRadii; // isophotal radius for the above angles 21 21 } pmSourceRadialFlux; 22 23 typedef struct { 24 psVector *flux; // fluxes measured at above radii 25 psVector *fill; // angles corresponding to above radial profiles 26 } pmSourceRadialApertures; 22 27 23 28 typedef struct { … … 62 67 bool psMemCheckSourceRadialFlux(psPtr ptr); 63 68 69 pmSourceRadialApertures *pmSourceRadialAperturesAlloc(); 70 bool psMemCheckSourceRadialApertures(psPtr ptr); 71 64 72 pmSourceEllipticalFlux *pmSourceEllipticalFluxAlloc(); 65 73 bool psMemCheckSourceEllipticalFlux(psPtr ptr);
Note:
See TracChangeset
for help on using the changeset viewer.
