Index: /trunk/Mars/mjoptim/MJOptimizeDisp.cc
===================================================================
--- /trunk/Mars/mjoptim/MJOptimizeDisp.cc	(revision 18040)
+++ /trunk/Mars/mjoptim/MJOptimizeDisp.cc	(revision 18041)
@@ -69,5 +69,5 @@
 // parameters
 #include "MParameters.h"
-#include "MGeomCamMagic.h"
+#include "MGeomCamFACT.h"
 
 // histograms
@@ -124,5 +124,5 @@
 
     // To avoid this hard-coded we have to switch to MReadMarsFile
-    MGeomCamMagic geom; // For GetConvMm2Deg
+    MGeomCamFACT geom; // For GetConvMm2Deg
     parlist.AddToList(&geom);
 
@@ -202,6 +202,6 @@
     if (weights)
         tasklist.AddToList(weights);
-    tasklist.AddToList(&fill);
-    tasklist.AddToList(&fillh2);
+    //tasklist.AddToList(&fill);
+    //tasklist.AddToList(&fillh2);
     tasklist.AddToList(&eval);
 
@@ -214,5 +214,5 @@
     *fLog << "Finished processing of " << fname << endl;
     *fLog << "With Rule: " << rule << endl;
-    hist.GetAlphaFitter().Print("result");
+    //hist.GetAlphaFitter().Print("result");
 
     // Store result if requested
