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


Ignore:
Timestamp:
Oct 29, 2024, 1:34:59 PM (8 days ago)
Author:
stuerze
Message:

minor changes regarding PPP

File:
1 edited

Legend:

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

    r10548 r10573  
    352352  retVal = sqrt(retVal);
    353353
    354   // De-Weight R/C
     354  // De-Weight R
    355355  // -----------
    356   if (_prn.system() == 'R') {
     356  if (_prn.system() == 'R'&& t_lc::includesCode(tLC)) {
    357357    retVal *= 5.0;
    358358  }
     
    393393
    394394  retVal = sqrt(retVal);
     395
     396  // De-Weight R
     397  // -----------
     398  if (_prn.system() == 'R'&& t_lc::includesCode(tLC)) {
     399    retVal *= 5.0;
     400  }
    395401
    396402  return retVal;
Note: See TracChangeset for help on using the changeset viewer.