Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 1660)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 1662)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.94 2004-08-30 21:43:07 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.95 2004-08-30 21:48:03 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -2930,9 +2930,9 @@
 /** A convolution kernel */
 typedef struct {
-    psImage *data;                      ///< Kernel data, in the form of an image
+    psImage *image;                     ///< Kernel data, in the form of an image
     int xMin, yMin;                     ///< Most negative indices
     int xMax, yMax;                     ///< Most positive indices
-    float **kernelRows;                 ///< Pointer to the rows of the kernel data
     float **kernel;                     ///< Pointer to the kernel data
+    float **p_kernelRows;               ///< Pointer to the rows of the kernel data
 } psKernel;
 \end{verbatim}
