Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 5059)
+++ 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}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
