Index: trunk/MagicSoft/Mars/mhbase/MH.cc
===================================================================
--- trunk/MagicSoft/Mars/mhbase/MH.cc	(revision 8106)
+++ trunk/MagicSoft/Mars/mhbase/MH.cc	(revision 8238)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MH.cc,v 1.31 2006-10-17 17:16:00 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MH.cc,v 1.32 2007-01-10 12:58:25 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -1332,6 +1332,6 @@
         const Double_t b1 = h1.GetBinContent(binx);
         const Double_t b2 = h2.GetBinContent(binx);
-        const Double_t e1 = h2.GetBinError(binx);
-        const Double_t e2 = h1.GetBinError(binx);
+        const Double_t e1 = h1.GetBinError(binx);
+        const Double_t e2 = h2.GetBinError(binx);
 
         //const Double_t w  = c2*b2 ? (c1*b1)/(c2*b2) : 0;
