Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 4943)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 4944)
@@ -19,4 +19,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/09/10: Markus Gaug
+
+   * mhcalib/
+   * mcalib/
+     moved all MHCalibration* classes to new directory mhcalib/
+
 
  2004/09/10: Antonio Stamerra
Index: /trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc	(revision 4943)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc	(revision 4944)
@@ -229,5 +229,5 @@
       
       // Possible green combinations
-      TRegexp gre0("[0.1][lL]?[eE]?[dD]?[sS]?[gG][rR][eE][eE]");
+      TRegexp gre0("0.1[lL]?[eE]?[dD]?[sS]?[gG][rR][eE][eE]");
       if (proj.Contains(gre0))
         { fPattern |= k01LedGreen; color = kGREEN;    }
Index: /trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 4943)
+++ /trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 4944)
@@ -546,5 +546,5 @@
       // for the datacheck, fix the ranges!!
       //
-      // obj3->SetMinimum(fgChargeMin);
+      obj3->SetMinimum(0.);
       // obj3->SetMaximum(fgChargeMax);
       //
@@ -1554,5 +1554,7 @@
         if (n0!=n1)
         {
-            *fLog << err << "ERROR - Number of files found (" << n0 << ") doesn't match number of files in sequence (" << n1 << ")" << endl;
+            *fLog << err << "ERROR - Number of files found (" 
+                  << n0 << ") doesn't match number of files in sequence (" 
+                  << n1 << ")" << endl;
             return kFALSE;
         }
