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 
