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


Ignore:
Timestamp:
May 19, 2021, 10:48:48 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9432 r9435  
    359359
    360360  retVal = sqrt(retVal);
    361 
    362   if ((_prn.system() == 'R' && t_lc::includesCode(tLC)) ||
    363       (_prn.system() == 'C' && t_lc::includesCode(tLC))) {
    364     retVal *= 3.0;
    365   }
    366361
    367362  return retVal;
Note: See TracChangeset for help on using the changeset viewer.