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


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

update regarding PPP

File:
1 edited

Legend:

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

    r9581 r9582  
    314314  // De-Weight measurements
    315315  // ----------------------
    316   if (_prn.system() == 'R' ) {
    317     retVal *= 100.0;
     316  if (_prn.system() == 'R') {
     317    retVal *= 50.0;
    318318  }
    319319
     
    354354  retVal = sqrt(retVal);
    355355
    356   if (_prn.system() == 'R' ) {
     356  if (_prn.system() == 'R') {
    357357    retVal *= 5.0;
    358358  }
Note: See TracChangeset for help on using the changeset viewer.