Index: trunk/MagicSoft/Mars/mbase/MMath.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MMath.cc	(revision 7409)
+++ trunk/MagicSoft/Mars/mbase/MMath.cc	(revision 7410)
@@ -335,5 +335,5 @@
 // see: http://mathworld.wolfram.com/LeastSquaresFittingLogarithmic.html
 //
-TArrayD LeastSqFitLog(Int_t n, Double_t *x, Double_t *y)
+TArrayD MMath::LeastSqFitLog(Int_t n, Double_t *x, Double_t *y)
 {
     Double_t sumylnx  = 0;
@@ -367,5 +367,5 @@
 // see: http://mathworld.wolfram.com/LeastSquaresFittingPowerLaw.html
 //
-TArrayD LeastSqFitPowerLaw(Int_t n, Double_t *x, Double_t *y)
+TArrayD MMath::LeastSqFitPowerLaw(Int_t n, Double_t *x, Double_t *y)
 {
     Double_t sumlnxlny  = 0;
