Index: /branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex	(revision 5905)
+++ /branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex	(revision 5906)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.183.2.3 2006-01-05 23:55:02 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.183.2.4 2006-01-05 23:58:00 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -840,3 +840,4 @@
 \item minor \code{typedef} fixes
 \item convert \code{complex} declarations to be explicitly \code{double complex}
-\end{itemize}
+\item sync \code{psImage}'s definition with the implementation in psLib
+\end{itemize}
Index: /branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex
===================================================================
--- /branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex	(revision 5905)
+++ /branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex	(revision 5906)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.362.2.3 2006-01-05 23:55:02 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.362.2.4 2006-01-05 23:58:00 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3476,5 +3476,5 @@
 \begin{datatype}
 typedef struct psImage {
-    psMathType type;                    ///< image data type and dimension
+    const psMathType type;              ///< image data type and dimension
     const int numCols;                  ///< Number of columns in image
     const int numRows;                  ///< Number of rows in image.
@@ -3494,5 +3494,5 @@
         psC32 **C32;                    ///< Pointers to complex floating-point data
         psC64 **C64;                    ///< Pointers to complex double-precision data
-        psPtr V;                        ///< Pointers to untyped data
+        psPtr *V;                        ///< Pointers to untyped data
     } data;
     const struct psImage *parent;       ///< parent, if a subimage 
