Changeset 9569 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp


Ignore:
Timestamp:
Dec 16, 2021, 11:56:48 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r9568 r9569  
    315315  // ----------------------
    316316  if (_prn.system() == 'R'  &&
    317       (t_lc::includesCode(tLC) && t_lc::includesPhase(tLC))) {
    318     retVal *= 5.0;
     317      (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {
     318    retVal *= 10.0;
    319319  }
    320320
Note: See TracChangeset for help on using the changeset viewer.