Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindPix.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindPix.cc	(revision 5083)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindPix.cc	(revision 5084)
@@ -141,11 +141,4 @@
 // - fHSinglePheFADCSlices
 // - fHPedestalFADCSlices    
-//
-// For the fits, we have to take special care since ROOT 
-// has stored the function pointer in a global list which 
-// lead to removing the object twice. We have to take out 
-// the following functions of the global list of functions 
-// as well:
-// 
 // - fSinglePheFit
 // 
@@ -554,4 +547,11 @@
   }
 
+  //
+  // For the fits, we have to take special care since ROOT 
+  // has stored the function pointer in a global list which 
+  // lead to removing the object twice. We have to take out 
+  // the following functions of the global list of functions 
+  // as well:
+  // 
   gROOT->GetListOfFunctions()->Remove(fSinglePheFit);
   
Index: trunk/MagicSoft/Mars/mhcalib/MHGausEvents.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHGausEvents.cc	(revision 5083)
+++ trunk/MagicSoft/Mars/mhcalib/MHGausEvents.cc	(revision 5084)
@@ -167,10 +167,4 @@
 // - fGraphPowerSpectrum
 // 
-// For the fits, we have to take special care since ROOT 
-// has stored the function pointer in a global list which 
-// lead to removing the object twice. We have to take out 
-// the following functions of the global list of functions 
-// as well:
-// 
 // - fFGausFit 
 // - fFExpFit
@@ -411,4 +405,11 @@
   const Double_t offset_guess = slope_guess*xmax;
 
+  // 
+  // For the fits, we have to take special care since ROOT 
+  // has stored the function pointer in a global list which 
+  // lead to removing the object twice. We have to take out 
+  // the following functions of the global list of functions 
+  // as well:
+  //
   gROOT->GetListOfFunctions()->Remove(fFExpFit);
   fFExpFit->SetParameters(offset_guess, slope_guess);
@@ -719,4 +720,11 @@
     }
   
+  // 
+  // For the fits, we have to take special care since ROOT 
+  // has stored the function pointer in a global list which 
+  // lead to removing the object twice. We have to take out 
+  // the following functions of the global list of functions 
+  // as well:
+  //
   gROOT->GetListOfFunctions()->Remove(fFGausFit);
   fFGausFit->SetParameters(area_guess,mu_guess,sigma_guess);
