Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 4455)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 4458)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.310 2005-07-06 01:01:13 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.311 2005-07-06 03:39:01 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -2851,5 +2851,5 @@
     psVector *index;                    ///< Index values
     psArray *values;                    ///< Corresponding values: an array of vectors
-    const psF64 validFrom, validTo;     ///< Range of validity
+    const double validFrom, validTo;     ///< Range of validity
 } psLookupTable;
 \end{datatype}
@@ -2917,6 +2917,8 @@
 
 \begin{prototype}
-double psLookupTableInterpolate(const psLookupTable *table, double index, long column);
-psVector *psLookupTableInterpolateAll(const psLookupTable *table, double index, psVector *stats);
+double psLookupTableInterpolate(const psLookupTable *table, double index,
+                                long column);
+psVector *psLookupTableInterpolateAll(const psLookupTable *table,
+                                      double index, psVector *stats);
 \end{prototype}
 Both functions shall interpolate the \code{table} at the provided
