Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 1656)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 1657)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.91 2004-08-27 23:35:34 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.92 2004-08-30 21:39:23 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -2944,17 +2944,8 @@
 to \code{float}; these pointers point into the \code{psImage} data,
 offset by the desired column offset.  \code{kernel} point into the
-\code{kernelRows}, offset by the desired row offset.  For example:
-
-\begin{verbatim}
-    kernelRows = psAlloc(myImage->nRows * sizeof(float));
-    for (int i = 0; i < myImage->nRows; i++) {
-	kernelRows[i] = &rows[i][columnOffset];
-    }
-    kernel = &kernelRows[rowOffset];
-\end{verbatim}
-
-This construction allows the \code{kernel} member to use negative
-indices, while preserving the location of \code{psMemBlock}s relative
-to allocated memory.
+\code{kernelRows}, offset by the desired row offset.  This
+construction allows the \code{kernel} member to use negative indices,
+while preserving the location of \code{psMemBlock}s relative to
+allocated memory.
 
 The maximum extent of the kernel shifts shall be defined by the
