Changeset 9573 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Dec 16, 2021, 4:28:38 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9569 r9573  
    314314  // De-Weight measurements
    315315  // ----------------------
    316   if (_prn.system() == 'R'  &&
    317       (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {
     316  if (_prn.system() == 'R'  && t_lc::includesCode(tLC)) {
     317 //     (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {
    318318    retVal *= 10.0;
     319  }
     320
     321  if (_prn.system() == 'C'  && t_lc::includesCode(tLC)) {
     322    retVal *= 2.0;
    319323  }
    320324
Note: See TracChangeset for help on using the changeset viewer.