Index: trunk/psLib/src/astronomy/psAstrometry.h
===================================================================
--- trunk/psLib/src/astronomy/psAstrometry.h	(revision 2048)
+++ trunk/psLib/src/astronomy/psAstrometry.h	(revision 2058)
@@ -8,6 +8,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-12 01:34:09 $
+*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-12 20:53:02 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -78,4 +78,9 @@
     double xScale;                     ///< Scale of the grid in x direction
     double yScale;                     ///< Scale of the grid in x direction
+    /// XXX: I added the following memvers to facilitate the psFreeing of the x,y data structures.
+    int p_ps_xRows;                    ///< Number of rows in the x member
+    int p_ps_xCols;                    ///< Number of cols in the x member
+    int p_ps_yRows;                    ///< Number of rows in the y member
+    int p_ps_yCols;                    ///< Number of cols in the y member
     double **x;                        ///< The grid of offsets in x
     double **y;                        ///< The grid of offsets in y
