Index: /branches/pap_branch_050513/psLib/src/image/psImage.h
===================================================================
--- /branches/pap_branch_050513/psLib/src/image/psImage.h	(revision 3946)
+++ /branches/pap_branch_050513/psLib/src/image/psImage.h	(revision 3947)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-29 02:25:10 $
+ *  @version $Revision: 1.51.2.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-16 21:06:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -54,6 +54,6 @@
     const psU32 numCols;               ///< Number of columns in image
     const psU32 numRows;               ///< Number of rows in image.
-    const psS32 col0;                  ///< Column position relative to parent.
-    const psS32 row0;                  ///< Row position relative to parent.
+    psS32 col0;          ///< Column position relative to parent.
+    psS32 row0;          ///< Row position relative to parent.
 
     union {
Index: /branches/pap_branch_050513/psLib/src/mathtypes/psImage.h
===================================================================
--- /branches/pap_branch_050513/psLib/src/mathtypes/psImage.h	(revision 3946)
+++ /branches/pap_branch_050513/psLib/src/mathtypes/psImage.h	(revision 3947)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-29 02:25:10 $
+ *  @version $Revision: 1.51.2.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-16 21:06:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -54,6 +54,6 @@
     const psU32 numCols;               ///< Number of columns in image
     const psU32 numRows;               ///< Number of rows in image.
-    const psS32 col0;                  ///< Column position relative to parent.
-    const psS32 row0;                  ///< Row position relative to parent.
+    psS32 col0;          ///< Column position relative to parent.
+    psS32 row0;          ///< Row position relative to parent.
 
     union {
