Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8028)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8029)
@@ -32,4 +32,8 @@
      - fixed a bug which caused the spectra to be normalized at 1GeV
        by default instead of the integral
+
+   * mbase/MMath.cc, mbase/MAGIC.cc:
+     - removed the NamespaceImp macro again, it gives problems when
+       compiling which are not yet understood
 
 
Index: trunk/MagicSoft/Mars/mbase/MAGIC.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MAGIC.cc	(revision 8028)
+++ trunk/MagicSoft/Mars/mbase/MAGIC.cc	(revision 8029)
@@ -32,5 +32,5 @@
 #include <iostream>
 
-NamespaceImp(MARS);
+//NamespaceImp(MARS);
 
 using namespace std;
Index: trunk/MagicSoft/Mars/mbase/MMath.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MMath.cc	(revision 8028)
+++ trunk/MagicSoft/Mars/mbase/MMath.cc	(revision 8029)
@@ -44,5 +44,5 @@
 #endif
 
-NamespaceImp(MMath);
+//NamespaceImp(MMath);
 
 // --------------------------------------------------------------------------
@@ -176,5 +176,5 @@
 Double_t MMath::MedianDevImp(Size n, const Element *a, Double_t &med)
 {
-    static const Double_t prob = 0.682689477208650697; //MMath::.GaissProb(1.0);
+    static const Double_t prob = 0.682689477208650697; //MMath::GaussProb(1.0);
 
     // Sanity check
