Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 6073)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 6074)
@@ -45,4 +45,8 @@
      - new classes to allow display of changing cal. constants with the
        interlaced cal. events
+
+   * mcalib/MCalibrationChargeCalc.cc
+     - removed stopping of PostProcess in case that the evtloop is
+       finished with interlaced cal. events
 
 
Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc	(revision 6073)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc	(revision 6074)
@@ -789,7 +789,5 @@
 
       FinalizePedestals(ped,pix,aidx);
-      FinalizeCharges(pix, 
-                      fIntensCam ? fIntensCam->GetAverageBadArea(aidx) : fCam->GetAverageBadArea(aidx),
-                      "area id");
+      FinalizeCharges(pix, chargecam->GetAverageBadArea(aidx),"area id");
     }
   
@@ -821,5 +819,6 @@
       *fLog << warn << "Could not calculate the photons flux from the F-Factor method " << endl;
       chargecam->SetFFactorMethodValid(kFALSE); 
-      return kFALSE;
+      if (!fIntensCam)
+	return kFALSE;
     }
 
