Index: trunk/psLib/src/math/psMinimizeLMM.h
===================================================================
--- trunk/psLib/src/math/psMinimizeLMM.h	(revision 14452)
+++ trunk/psLib/src/math/psMinimizeLMM.h	(revision 15046)
@@ -7,6 +7,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-08-09 01:40:07 $
+ * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-09-28 00:35:20 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -172,6 +172,8 @@
     const psVector *Beta,
     const psVector *beta,
-    const psVector *paramMask,
     psF32 lambda);
+
+// allocate alpha and beta for unmasked parameters only 
+bool psMinLM_AllocAB (psImage **Alpha, psVector **Beta, const psVector *params, const psVector *paramMask);
 
 /// @}
