Index: trunk/psLib/src/dataManip/psMinimize.h
===================================================================
--- trunk/psLib/src/dataManip/psMinimize.h	(revision 3855)
+++ trunk/psLib/src/dataManip/psMinimize.h	(revision 4162)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-05 22:23:29 $
+ *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-08 23:40:45 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -15,5 +15,5 @@
  */
 
-#if !defined(PS_MINIMIZE_H)
+#ifndef PS_MINIMIZE_H
 #define PS_MINIMIZE_H
 
@@ -53,11 +53,11 @@
 /** Derive a polynomial fit.
  *
- *  psVectorFitPolynomial1d returns the polynomial that best fits the 
- *  observations. The input parameters are a polynomial that specifies the 
- *  fit order, myPoly, which will be altered and returned with the best-fit 
- *  coefficients; and the observations, x, y and yErr. The independent 
- *  variable list, x may be NULL, in which case the vector index is used. 
- *  The dependent variable error, yErr may be null, in which case the solution 
- *  is determined in the assumption that all data errors are equal. This 
+ *  psVectorFitPolynomial1d returns the polynomial that best fits the
+ *  observations. The input parameters are a polynomial that specifies the
+ *  fit order, myPoly, which will be altered and returned with the best-fit
+ *  coefficients; and the observations, x, y and yErr. The independent
+ *  variable list, x may be NULL, in which case the vector index is used.
+ *  The dependent variable error, yErr may be null, in which case the solution
+ *  is determined in the assumption that all data errors are equal. This
  *  function must be valid only for types psF32, psF64.
  *
@@ -142,4 +142,4 @@
 /* \} */// End of MathGroup Functions
 
-#endif
+#endif // #ifndef PS_MINIMIZE_H
 
