Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2795)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2796)
@@ -38,4 +38,7 @@
      - Blind Pixel Draw replaced by DrawClone
 
+   * macros/calibration.C
+     - took out some unused code
+     - some default axis labelling corrected
 
  2004/01/13: Abelardo Moralejo
Index: trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc	(revision 2795)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc	(revision 2796)
@@ -348,4 +348,5 @@
 	      *fLog << warn << 
 		"Overflow or Underflow occurred filling Blind Pixel eventnr = " << fEvents << endl;
+            break;
             
           case gkCalibrationPINDiodeId:
@@ -448,5 +449,5 @@
         *fLog << err << dbginf << "Could not fit the blind pixel " << endl;
 
-      blindpixel.Draw();
+      blindpixel.DrawClone();
     }
   
