Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4291)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4292)
@@ -33,4 +33,7 @@
       ReInit(), like it is done by MPedCalcPedRun
 
+  * macros/bootcampstandardanalysis.C
+    - exchanged MArrivalTimeCalc2 in 4th loop by timeext (defined 
+      in the beginning)
 
  2004/06/11: Markus Gaug
Index: trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C
===================================================================
--- trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C	(revision 4291)
+++ trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C	(revision 4292)
@@ -265,5 +265,4 @@
   static_cast<MRead&>(read4).AddFiles(druns);  
   
-  MArrivalTimeCalc2   timecalc;
   MCalibrateRelTimes  timecal;
 
@@ -271,5 +270,5 @@
   tlist4.AddToList(&geomapl);
   tlist4.AddToList(&extractor);
-  tlist4.AddToList(&timecalc);
+  tlist4.AddToList(&timeext);
   tlist4.AddToList(&photcalc);
   tlist4.AddToList(&timecal);
