Changeset 9291 in ntrip for branches/BNC_2.12


Ignore:
Timestamp:
Dec 1, 2020, 12:31:04 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/ephemeris.cpp

    r9133 r9291  
    999999  // Relativistic Correction
    10001000  // -----------------------
    1001   xc[3] -= 4.442807633e-10 * _e * sqrt(a0) *sin(E);
     1001  xc[3] -= 4.442807309e-10 * _e * sqrt(a0) *sin(E);
    10021002
    10031003  xc[4] = _clock_drift + _clock_driftrate*tc;
     
    16591659
    16601660//  dotC  = _clock_drift + _clock_driftrate*tc
    1661 //        - 4.442807633e-10*_e * sqrt(a0) * cos(E) * dEdM * n;
     1661//        - 4.442807309e-10*_e * sqrt(a0) * cos(E) * dEdM * n;
    16621662
    16631663  // Relativistic Correction
    16641664  // -----------------------
    1665   xc[3] -= 4.442807633e-10 * _e * sqrt(a0) *sin(E);
     1665  xc[3] -= 4.442807309e-10 * _e * sqrt(a0) *sin(E);
    16661666
    16671667  xc[4] = _clock_drift + _clock_driftrate*tc;
Note: See TracChangeset for help on using the changeset viewer.