Index: trunk/psModules/src/objects/pmPSF.h
===================================================================
--- trunk/psModules/src/objects/pmPSF.h	(revision 6873)
+++ trunk/psModules/src/objects/pmPSF.h	(revision 7311)
@@ -31,6 +31,6 @@
     psArray *params;   ///< Model parameters (psPolynomial2D)
     psPolynomial1D *ChiTrend;  ///< Chisq vs flux fit (correction for systematic errors)
-    psPolynomial4D *ApTrend;  ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst)
-    pmGrowthCurve *growth;  ///< apMag vs Radius
+    psPolynomial4D *ApTrend;  ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst))
+    //pmGrowthCurve *growth;  ///< apMag vs Radius // move to end as gdb is confused by it here
     float ApResid;   ///< apMag - psfMag (for PSF stars)
     float dApResid;   ///< scatter of ApResid
@@ -41,4 +41,5 @@
     int nApResid;   ///< number of stars used to measure ApResid
     bool poissonErrors;
+    pmGrowthCurve *growth;  ///< apMag vs Radius
 }
 pmPSF;
@@ -100,5 +101,5 @@
 );
 
-bool pmPSF_MaskApTrend (pmPSF *psf, pmPSF_ApTrendOptions option);
+bool pmPSF_MaskApTrend (psPolynomial4D *trend, pmPSF_ApTrendOptions option);
 
 # endif
