Changeset 9586 in ntrip for trunk


Ignore:
Timestamp:
Jan 6, 2022, 12:12:22 PM (2 years ago)
Author:
stuerze
Message:

minor changes regarding PPP

File:
1 edited

Legend:

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

    r9585 r9586  
    311311
    312312  retVal = sqrt(retVal);
    313 
    314 
    315   // De-Weight GLONASS code measurements
    316   // -----------------------------------
    317   if (_prn.system() == 'R' &&  t_lc::includesCode(tLC)) {
    318     retVal *= 5.0;
    319   }
    320313
    321314  // Elevation-Dependent Weighting
Note: See TracChangeset for help on using the changeset viewer.