Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2090)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2091)
@@ -22,4 +22,7 @@
    * mhist/MHSigmaTheta.cc:
      - removed borders around the pads (Draw)
+
+   * mfileio/MCT1ReadPreProc.cc:
+     - do not output the run number twice!
 
 
Index: trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
===================================================================
--- trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 2090)
+++ trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 2091)
@@ -176,6 +176,4 @@
 
     // int     irunnum;          // run number (from parameters file)
-    *fLog << inf << "Run number" << outpars.irunnum;
-    
     fRawRunHeader->SetRunNumber(outpars.irunnum);
     fRawRunHeader->SetReadyToSave();
@@ -393,7 +391,6 @@
     // Next statement commented out because bmontecarlo was set wrongly
     //fIsMcFile = outpars.bmontecarlo==TRUE;
-    fIsMcFile = (outpars.dsourcera_hours == 0.0 &&
-                 outpars.dsourcedec_deg  == 0.0 &&
-                 outpars.imcparticle != 0          );
+    fIsMcFile = (outpars.dsourcera_hours==0 && outpars.dsourcedec_deg==0 &&
+                 outpars.imcparticle != 0);
 
     if (fIsMcFile != (outpars.bmontecarlo==TRUE))
