Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 5062)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 5063)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.172 2005-09-16 01:56:17 eugene Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.173 2005-09-16 22:25:26 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -779,5 +779,4 @@
   and an optional error vector.
 \item Changed \code{complex double} to \code{complex} throughout.
-
 \item Added \code{psImageCountPixelMask}
 \item Added \code{psVectorCountPixelMask}
@@ -790,5 +789,4 @@
 \item added \code{paramDelta} to \code{psMinimization}
 \item adjusted \code{psMinimizeLMChi2} to drop \code{paramMask}
-
 \end{itemize}
 
@@ -801,5 +799,6 @@
 \item changed psPolynomial masks from char to psU8.
 \item changed \code{psImage.col0,row0} changed from const.
-
-\end{itemize}
-
+\item Removed \code{{psMath}
+
+\end{itemize}
+
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 5062)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 5063)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.340 2005-09-16 01:56:17 eugene Exp $
+%%% $Id: psLibSDRS.tex,v 1.341 2005-09-16 22:25:26 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3223,6 +3223,6 @@
 \begin{datatype}
 typedef struct {
+    psElemType type;                    ///< The type
     psDimen dimen;                      ///< The dimensionality
-    psElemType type;                    ///< The type
 } psMathType;
 \end{datatype}
@@ -3242,19 +3242,4 @@
 We discuss the application of \code{psMathType} in more detail in
 section~\ref{sec:arithmetic}.  
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\subsection{Math Casting}
-
-We define a basic data type which only contains the type information.
-This structure should be used to cast an unknown \code{psMath} data
-structure (\code{psImage}, \code{psVector}, \code{psScalar}) so the
-data type testing may be safely performed.  
-
-\begin{datatype}
-typedef struct { 
-    psMathType type;                    ///< data type information 
-} psMath;
-\end{datatype}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
