Changeset 9603 in ntrip


Ignore:
Timestamp:
Jan 16, 2022, 10:05:52 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9600 r9603  
    387387
    388388  retVal = sqrt(retVal);
     389
     390  if (_prn.system() == 'R' &&  t_lc::includesCode(tLC)) {
     391    retVal *= 5.0;
     392  }
    389393
    390394  return retVal;
Note: See TracChangeset for help on using the changeset viewer.