Index: trunk/psModules/src/objects/pmSourceFitModel.h
===================================================================
--- trunk/psModules/src/objects/pmSourceFitModel.h	(revision 11253)
+++ trunk/psModules/src/objects/pmSourceFitModel.h	(revision 13898)
@@ -3,6 +3,6 @@
  * @author EAM, IfA; GLG, MHPCC
  *
- * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-01-24 02:54:15 $
+ * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-06-20 02:22:26 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -40,5 +40,6 @@
     pmSource *source,   ///< The input pmSource
     pmModel *model,   ///< model to be fitted
-    pmSourceFitMode mode  ///< define parameters to be fitted
+    pmSourceFitMode mode,  ///< define parameters to be fitted
+    psMaskType maskVal                  ///< Value to mask
 );
 
@@ -69,5 +70,7 @@
     pmSource *source,   ///< The input pmSource
     psArray *modelSet,   ///< model to be fitted
-    pmSourceFitMode mode  ///< define parameters to be fitted
+    pmSourceFitMode mode,  ///< define parameters to be fitted
+    psMaskType maskVal                  ///< Vale to mask
+
 );
 
