Changeset 9605 in ntrip


Ignore:
Timestamp:
Jan 17, 2022, 1:19:20 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9604 r9605  
    346346  retVal = sqrt(retVal);
    347347
    348   // De-Weight GLONASS
    349   /* -----------------
    350   if (_prn.system() == 'R' &&  t_lc::includesCode(tLC)) {
    351     retVal *= 5.0;
    352   }*/
    353 
    354348  // Elevation-Dependent Weighting
    355349  // -----------------------------
     
    388382  retVal = sqrt(retVal);
    389383
    390   if (_prn.system() == 'R' &&  t_lc::includesCode(tLC)) {
     384  if ((_prn.system() == 'R' || _prn.system() == 'C')  &&  t_lc::includesCode(tLC)) {
    391385    if (OPT->_obsModelType == OPT->DCMphaseBias) {
    392386      retVal *= 5.0;
Note: See TracChangeset for help on using the changeset viewer.