Changeset 9645 in ntrip


Ignore:
Timestamp:
Mar 7, 2022, 9:29:03 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9637 r9645  
    344344
    345345  retVal = sqrt(retVal);
     346
     347  // De-Weight GLONASS
     348  // -----------------
     349  if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {
     350    retVal *= 10.0;
     351  }
     352
    346353
    347354  // Elevation-Dependent Weighting
Note: See TracChangeset for help on using the changeset viewer.