Index: trunk/FACT++/src/Time.cc
===================================================================
--- trunk/FACT++/src/Time.cc	(revision 16977)
+++ trunk/FACT++/src/Time.cc	(revision 16978)
@@ -330,5 +330,5 @@
     return Time(sun_day.rise);
 #else
-    return Time(floor(GetMjd()-0.5)+0.5);
+    return Time(floor(Mjd()-0.5)+0.5);
 #endif
 }
@@ -363,5 +363,5 @@
     return Time(sun_day.rise);
 #else
-    return Time(floor(GetMjd()+0.5))+0.5;
+    return Time(floor(Mjd()+0.5))+0.5;
 #endif
 }
