Changeset 8813 in ntrip


Ignore:
Timestamp:
Sep 23, 2019, 1:23:40 PM (5 years ago)
Author:
stuerze
Message:

minor format changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/ephEncoder.cpp

    r8812 r8813  
    241241  GALILEOADDBITSFLOAT(24, eph._OMEGADOT, M_PI/static_cast<double>(1<<30)/static_cast<double>(1<<13))
    242242  GALILEOADDBITSFLOAT(10, eph._BGD_1_5A, 1.0/static_cast<double>(1<<30)/static_cast<double>(1<<2))
    243   if(eph._inav)
    244   {
     243  if(eph._inav) {
    245244    GALILEOADDBITSFLOAT(10, eph._BGD_1_5B, 1.0/static_cast<double>(1<<30)/static_cast<double>(1<<2))
    246245    GALILEOADDBITS(2, static_cast<int>(eph._E5bHS))
Note: See TracChangeset for help on using the changeset viewer.