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


Ignore:
Timestamp:
Mar 23, 2022, 9:44:34 AM (2 years ago)
Author:
stuerze
Message:

minor changes regarding PPP

File:
1 edited

Legend:

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

    r9662 r9667  
    346346
    347347  // De-Weight GLONASS
    348   /* -----------------
    349   if (_prn.system() == 'R' &&
    350       (t_lc::includesCode(tLC) || t_lc::includesPhase(tLC))) {
     348  // -----------------
     349  if (_prn.system() == 'R') {
    351350    retVal *= 5.0;
    352   }*/
    353 
     351  }
     352  if (_prn.system() == 'C') {
     353    retVal *= 2.0;
     354  }
    354355
    355356  // Elevation-Dependent Weighting
Note: See TracChangeset for help on using the changeset viewer.