Index: /branches/BNC_2.12/src/ephemeris.cpp
===================================================================
--- /branches/BNC_2.12/src/ephemeris.cpp	(revision 9290)
+++ /branches/BNC_2.12/src/ephemeris.cpp	(revision 9291)
@@ -999,5 +999,5 @@
   // Relativistic Correction
   // -----------------------
-  xc[3] -= 4.442807633e-10 * _e * sqrt(a0) *sin(E);
+  xc[3] -= 4.442807309e-10 * _e * sqrt(a0) *sin(E);
 
   xc[4] = _clock_drift + _clock_driftrate*tc;
@@ -1659,9 +1659,9 @@
 
 //  dotC  = _clock_drift + _clock_driftrate*tc
-//        - 4.442807633e-10*_e * sqrt(a0) * cos(E) * dEdM * n;
+//        - 4.442807309e-10*_e * sqrt(a0) * cos(E) * dEdM * n;
 
   // Relativistic Correction
   // -----------------------
-  xc[3] -= 4.442807633e-10 * _e * sqrt(a0) *sin(E);
+  xc[3] -= 4.442807309e-10 * _e * sqrt(a0) *sin(E);
 
   xc[4] = _clock_drift + _clock_driftrate*tc;
