Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3966)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3967)
@@ -25,9 +25,13 @@
        The default option is set to read .root files.
 
+
+
  2004/05/04: Javier Rico
  
    * mcalib/MCalibrate.cc
      - when calibrating using kNONE, weight by the pixel area
-	
+
+
+
  2004/05/04: Thomas Bretz
  
@@ -58,4 +62,9 @@
    * mtools/MFFT.cc:
      - added more documentation
+
+   * mbase/MTime.[h,cc]:
+     - renamed overloaded Set-function to SetMjd. There were some
+       trouble with the interpreter and the new naming is more
+       intuitive.
 
 
Index: /trunk/MagicSoft/Mars/mbase/MTime.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MTime.cc	(revision 3966)
+++ /trunk/MagicSoft/Mars/mbase/MTime.cc	(revision 3967)
@@ -47,5 +47,5 @@
 //
 // WARNING: Be carefull changing this class. It is also used in the
-//          MAGIC drive software cosy!
+//          MAGIC drive software cosy as VERY IMPORTANT stuff!
 //
 // Remarke: If you encounter strange behaviour, check the casting.
@@ -166,5 +166,5 @@
 // in milliseconds) and a nanosecond part.
 //
-Bool_t MTime::Set(UInt_t mjd, ULong_t ms, UInt_t ns)
+Bool_t MTime::SetMjd(UInt_t mjd, ULong_t ms, UInt_t ns)
 {
     // [d]  mjd  (eg. 52320)
Index: /trunk/MagicSoft/Mars/mbase/MTime.h
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MTime.h	(revision 3966)
+++ /trunk/MagicSoft/Mars/mbase/MTime.h	(revision 3967)
@@ -75,5 +75,4 @@
     void Now();
 
-    Bool_t   Set(UInt_t mjd, ULong_t ms, UInt_t ns=0);
     Bool_t   Set(UShort_t y, Byte_t m, Byte_t d, Byte_t h=13, Byte_t min=0, Byte_t s=0, UShort_t ms=0, UInt_t ns=0);
     void     Set(const struct timeval &tv);
@@ -83,4 +82,5 @@
     void     SetCT1Time(UInt_t mjd, UInt_t t1, UInt_t t0);
     Bool_t   UpdMagicTime(Byte_t h, Byte_t m, Byte_t s, UInt_t ns);
+    Bool_t   SetMjd(UInt_t mjd, ULong_t ms, UInt_t ns=0);
     void     SetMjd(Double_t m);
     Double_t GetMjd() const;
