Index: trunk/psLib/src/dataManip/psMinimize.h
===================================================================
--- trunk/psLib/src/dataManip/psMinimize.h	(revision 4282)
+++ trunk/psLib/src/dataManip/psMinimize.h	(revision 4285)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-16 02:50:59 $
+ *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-16 03:51:58 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -133,5 +133,6 @@
     psVector *beta,                    ///< Old Beta guess
     psVector *params,                  ///< Old Params guess
-    psF64 lambda                       ///< Factor used in update                    //XXX Got Better Desc?
+    psF64 lambda                       ///< Factor used in update
+    //XXX Got Better Desc?
 );
 
@@ -147,5 +148,6 @@
     const psVector *y,                 ///< Measurement coordinates
     const psVector *dy,                ///< Weights calculated from y-errors
-    psMinimizeLMChi2Func func);        ///< Specified function
+    psMinimizeLMChi2Func func          ///< Specified function
+);
 
 /** Specifies the format of a user-defined function that the general Powell
