Changeset 9085 in ntrip for branches


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

minor changes

Location:
branches/BNC_2.12/src/PPP
Files:
2 edited

Legend:

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

    r8330 r9085  
    281281                                    const vector<t_pppSatObs*>& obsVector) {
    282282
    283   const double            SLIP       = 20.0;  // slip threshold
     283  //const double            SLIP       = 20.0;  // slip threshold
     284  const double            SLIP       = 200.0;  // slip threshold disabled
    284285  string                  epoTimeStr = string(_epoTime);
    285286  const vector<t_pppParam*>& params     = _parlist->params();
  • 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.