Changeset 9290 in ntrip for trunk/BNC


Ignore:
Timestamp:
Dec 1, 2020, 9:56:10 AM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/ephemeris.cpp

    r9132 r9290  
    996996  // Relativistic Correction
    997997  // -----------------------
    998   xc[3] -= 4.442807633e-10 * _e * sqrt(a0) *sin(E);
     998  xc[3] -= 4.442807309e-10 * _e * sqrt(a0) *sin(E);
    999999
    10001000  xc[4] = _clock_drift + _clock_driftrate*tc;
     
    16561656
    16571657//  dotC  = _clock_drift + _clock_driftrate*tc
    1658 //        - 4.442807633e-10*_e * sqrt(a0) * cos(E) * dEdM * n;
     1658//        - 4.442807309e-10*_e * sqrt(a0) * cos(E) * dEdM * n;
    16591659
    16601660  // Relativistic Correction
    16611661  // -----------------------
    1662   xc[3] -= 4.442807633e-10 * _e * sqrt(a0) *sin(E);
     1662  xc[3] -= 4.442807309e-10 * _e * sqrt(a0) *sin(E);
    16631663
    16641664  xc[4] = _clock_drift + _clock_driftrate*tc;
Note: See TracChangeset for help on using the changeset viewer.