Index: trunk/psLib/src/math/psMinimizeLMM.c
===================================================================
--- trunk/psLib/src/math/psMinimizeLMM.c	(revision 6322)
+++ trunk/psLib/src/math/psMinimizeLMM.c	(revision 6346)
@@ -10,6 +10,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-03 22:05:22 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-07 23:14:21 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -513,5 +513,5 @@
 }
 
-// XXX EAM : temporary gauss-jordan solver based on gene's
+// This is a temporary gauss-jordan solver based on gene's
 // version based on the Numerical Recipes version
 bool psGaussJordan(
Index: trunk/psLib/src/math/psMinimizePowell.c
===================================================================
--- trunk/psLib/src/math/psMinimizePowell.c	(revision 6322)
+++ trunk/psLib/src/math/psMinimizePowell.c	(revision 6346)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-03 22:05:22 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-07 23:14:21 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -740,5 +740,5 @@
     psMinimization *min,
     psVector *params,
-    const psVector *paramMask,
+    psMinConstrain *constrain,
     const psArray *coords,
     const psVector *value,
@@ -751,5 +751,5 @@
     Chi2PowellFunc = model;
 
-    return(psMinimizePowell(min, params, paramMask, coords, myPowellChi2Func));
+    return(psMinimizePowell(min, params, constrain->paramMask, coords, myPowellChi2Func));
 }
 
Index: trunk/psLib/src/math/psMinimizePowell.h
===================================================================
--- trunk/psLib/src/math/psMinimizePowell.h	(revision 6322)
+++ trunk/psLib/src/math/psMinimizePowell.h	(revision 6346)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-01-23 20:44:29 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-07 23:14:21 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -81,5 +81,5 @@
     psMinimization *min,               ///< Minimization specification
     psVector *params,                  ///< "Best guess" for parameters that minimize func
-    const psVector *paramMask,         ///< Parameters to be held fixed by minimizer
+    psMinConstrain *constrain,
     const psArray *coords,             ///< Measurement coordinates
     const psVector *value,             ///< Measured values at the coordinates
