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


Ignore:
Timestamp:
Dec 17, 2021, 8:58:51 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9576 r9577  
    319319  }
    320320
    321   if (_prn.system() == 'C'  &&
    322       (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {
    323     retVal *= 2.0;
    324   }
    325 
    326321  // Elevation-Dependent Weighting
    327322  // -----------------------------
     
    359354
    360355  retVal = sqrt(retVal);
     356
     357  if (_prn.system() == 'R'  &&
     358      (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {
     359    retVal *= 2.0;
     360  }
    361361
    362362  return retVal;
Note: See TracChangeset for help on using the changeset viewer.