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


Ignore:
Timestamp:
Jan 17, 2022, 9:18:00 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9603 r9604  
    389389
    390390  if (_prn.system() == 'R' &&  t_lc::includesCode(tLC)) {
    391     retVal *= 5.0;
     391    if (OPT->_obsModelType == OPT->DCMphaseBias) {
     392      retVal *= 5.0;
     393    } else {
     394      retVal *= 2.0;
     395    }
    392396  }
    393397
Note: See TracChangeset for help on using the changeset viewer.