Changeset 36375 for trunk/psModules/src/objects/pmSourceExtendedPars.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/psModules
- Property svn:mergeinfo changed
-
trunk/psModules/src/objects/pmSourceExtendedPars.h
r32347 r36375 82 82 } pmSourceExtFitPars; 83 83 84 typedef struct { 85 psVector *Flux; 86 psVector *dFlux; 87 psVector *chisq; 88 int nPix; 89 } pmSourceGalaxyFits; 90 84 91 pmSourceRadialFlux *pmSourceRadialFluxAlloc(); 85 92 bool psMemCheckSourceRadialFlux(psPtr ptr); … … 109 116 pmSourceExtFitPars *pmSourceExtFitParsAlloc (void); 110 117 118 pmSourceGalaxyFits *pmSourceGalaxyFitsAlloc (void); 119 120 111 121 /// @} 112 122 # endif /* PM_SOURCE_H */
Note:
See TracChangeset
for help on using the changeset viewer.
