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


Ignore:
Timestamp:
Dec 21, 2021, 2:02:02 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9578 r9579  
    315315  // ----------------------
    316316  if (_prn.system() == 'R' ) {
    317     if (t_lc::includesCode(tLC)) {
    318       retVal *= 100.0;
    319     }
     317    retVal *= 5.0;
    320318  }
    321319
     
    356354  retVal = sqrt(retVal);
    357355
    358   if (_prn.system() == 'R'  && t_lc::includesCode(tLC)) {
    359     retVal *= 2.0;
     356  if (_prn.system() == 'R' ) {
     357    retVal *= 5.0;
    360358  }
    361359
Note: See TracChangeset for help on using the changeset viewer.