Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7927)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7928)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/08/24 Thomas Bretz
+
+   * manalysis/Makfile, manalysis/nalysisLinkDef.h:
+     - took MCompProbCalc out
+
+
+
  2006/08/24 Daniela Dorner
 
@@ -194,8 +201,8 @@
 
    * mjobs/MJCalibration.cc, mjobs/MJCalibTest.cc:
-     - replaced default extractor bt our default spline extractor
+     - replaced default extractor by our default spline extractor
 
    * mbase/MMath.[h,cc]:
-     - added the possibility in GetMedianDev to retriev the
+     - added the possibility in GetMedianDev to retrieve the
        intermediate median
      - updated comments
Index: trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h
===================================================================
--- trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h	(revision 7927)
+++ trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h	(revision 7928)
@@ -9,5 +9,5 @@
 #pragma link C++ class MGeomApply+;
 
-#pragma link C++ class MCompProbCalc+;
+//#pragma link C++ class MCompProbCalc+;
 #pragma link C++ class MMultiDimDistCalc+;
 
Index: trunk/MagicSoft/Mars/manalysis/Makefile
===================================================================
--- trunk/MagicSoft/Mars/manalysis/Makefile	(revision 7927)
+++ trunk/MagicSoft/Mars/manalysis/Makefile	(revision 7928)
@@ -31,5 +31,4 @@
            MEnergyEstimate.cc \
            MMatrixLoop.cc \
-           MCompProbCalc.cc \
            MMultiDimDistCalc.cc \
            MEventRate.cc \
@@ -38,4 +37,6 @@
 	   MMcTriggerLvl2Calc.cc \
            MMcCalibrationUpdate.cc
+
+#           MCompProbCalc.cc \
 
 ############################################################
