Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1779)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1780)
@@ -19,5 +19,5 @@
 
     * mhist/MHSigmaTheta.[h,cc]
-      
+
 
 
@@ -32,4 +32,6 @@
         of star.C). This is a temporal fix, I guess something will have to
 	substitute the call to Optimize...
+
+
 
  2003/02/20: Antonio Stamerra 
@@ -59,4 +61,5 @@
 
 
+
  2003/02/19: Wolfgang Wittek
 
@@ -68,5 +71,4 @@
         (after the calculation of the image parameters and before the 
          calculation of the hadronness)
-
 
     * manalysis/MHillasCalc.[h,cc]
@@ -88,5 +90,5 @@
 
     * manalysis/MHillasSrcCalc.[h,cc]
-      - add new argument for constructor :
+      - add new argument for constructor:
                 the name of the MHillas input container
         in order to allow MHillas input containers with a name
@@ -101,5 +103,5 @@
 
     * mfilter/MFEventSelector.[h,cc]
-      - add new argument for constructor :
+      - add new argument for constructor:
                 the name of the read object
         in order to allow also read objects which have a name different from
@@ -129,4 +131,5 @@
     * manalysis/Makefile, AnalysisLinkDef.h
       - Changed MApplyPadding for MPadding
+
 
 
Index: trunk/MagicSoft/Mars/mhist/MH.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MH.cc	(revision 1779)
+++ trunk/MagicSoft/Mars/mhist/MH.cc	(revision 1780)
@@ -488,4 +488,10 @@
 #if ROOT_VERSION_CODE < ROOT_VERSION(3,03,01)
     TGaxis::Optimize(umin, umax, nbins, binlow, binhigh, nbins, binwidth, "");
+#else
+    gLog << all << "*********************************************************" << endl;
+    gLog << all << "ERROR, because Abelardo removed TGaxis::Optimize from" << endl;
+    gLog << all << " MH::FindGoodLimits to be able to compile Mars with newer" << endl;
+    gLog << all << " root versions, whatever you are trying to do will fail!!!" << endl;
+    gLog << all << "*********************************************************" << endl;
 #endif
 
