Ignore:
Timestamp:
Sep 1, 2020, 9:48:54 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/PPP/pppSatObs.cpp

    r8541 r9085  
    276276  // De-Weight GLONASS
    277277  // -----------------
    278   if (_prn.system() == 'R') {
     278  if (_prn.system() == 'R' ||
     279      _prn.system() == 'C') {
    279280    retVal *= 5.0;
    280281  }
Note: See TracChangeset for help on using the changeset viewer.