Index: /branches/eam_branch_20070830/psLib/src/imageops/psImageMapFit.c
===================================================================
--- /branches/eam_branch_20070830/psLib/src/imageops/psImageMapFit.c	(revision 14864)
+++ /branches/eam_branch_20070830/psLib/src/imageops/psImageMapFit.c	(revision 14865)
@@ -7,6 +7,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-09-17 20:17:21 $
+ *  @version $Revision: 1.1.2.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-09-17 20:19:36 $
  *
  *  Copyright 2007 Institute for Astronomy, University of Hawaii
@@ -22,6 +22,6 @@
 
 // XXX for testing
-#include "psFits.h"
-#include "psFitsImage.h"
+// #include "psFits.h"
+// #include "psFitsImage.h"
 
 #include "psAssert.h"
@@ -253,4 +253,5 @@
     }
 
+    # if (0)
     psFits *fits = psFitsOpen ("Agj.fits", "w");
     psFitsWriteImage (fits, NULL, A, 0, NULL);
@@ -266,4 +267,5 @@
     psFitsClose (fits);
     psFree (vector);
+    # endif
 
     if (!psMatrixGJSolveF32(A, B)) {
Index: /branches/eam_branch_20070830/psLib/test/imageops/tap_psImageMapFit.c
===================================================================
--- /branches/eam_branch_20070830/psLib/test/imageops/tap_psImageMapFit.c	(revision 14864)
+++ /branches/eam_branch_20070830/psLib/test/imageops/tap_psImageMapFit.c	(revision 14865)
@@ -93,7 +93,7 @@
 	}
 
-	SaveImage (NULL, map->map, "map.fits");
-	SaveImage (NULL, field, "field.fits");
-	SaveImage (NULL, model, "model.fits");
+	// SaveImage (NULL, map->map, "map.fits");
+	// SaveImage (NULL, field, "field.fits");
+	// SaveImage (NULL, model, "model.fits");
 
 	psFree (model);
