Index: trunk/psModules/src/objects/pmModel.h
===================================================================
--- trunk/psModules/src/objects/pmModel.h	(revision 15562)
+++ trunk/psModules/src/objects/pmModel.h	(revision 15843)
@@ -5,6 +5,6 @@
  * @author EAM, IfA
  *
- * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-11-10 01:09:20 $
+ * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-12-15 01:21:33 $
  *
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -63,9 +63,9 @@
 //  This function constructs the PSF model for the given source based on the
 //  supplied psf and the EXT model for the object.
-typedef bool (*pmModelFromPSFFunc)(pmModel *modelPSF, pmModel *modelEXT, pmPSF *psf);
+typedef bool (*pmModelFromPSFFunc)(pmModel *modelPSF, pmModel *modelEXT, const pmPSF *psf);
 
 //  This function sets the model parameters based on the PSF for a given coordinate and central
 //  intensity
-typedef bool (*pmModelParamsFromPSF)(pmModel *model, pmPSF *psf, float Xo, float Yo, float Io);
+typedef bool (*pmModelParamsFromPSF)(pmModel *model, const pmPSF *psf, float Xo, float Yo, float Io);
 
 //  This function returns the success / failure status of the given model fit
@@ -166,18 +166,18 @@
 
 bool pmModelAddWithOffset(psImage *image,
-			  psImage *mask,
-			  pmModel *model,
-			  pmModelOpMode mode,
-			  psMaskType maskVal,
-			  int dx,
-			  int dy);
+                          psImage *mask,
+                          pmModel *model,
+                          pmModelOpMode mode,
+                          psMaskType maskVal,
+                          int dx,
+                          int dy);
 
 bool pmModelSubWithOffset(psImage *image,
-			  psImage *mask,
-			  pmModel *model,
-			  pmModelOpMode mode,
-			  psMaskType maskVal,
-			  int dx,
-			  int dy);
+                          psImage *mask,
+                          pmModel *model,
+                          pmModelOpMode mode,
+                          psMaskType maskVal,
+                          int dx,
+                          int dy);
 
 /** pmModelFitStatus()
