Changeset 9621 in ntrip for trunk


Ignore:
Timestamp:
Jan 27, 2022, 2:44:08 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

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