Changeset 9330 in ntrip for branches/BNC_2.12/src


Ignore:
Timestamp:
Dec 18, 2020, 10:50:07 AM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9314 r9330  
    280280t_irc t_pppFilter::detectCycleSlips(const vector<t_lc::type>& LCs,
    281281                                    const vector<t_pppSatObs*>& obsVector) {
    282   const double            SLIP       = 200.0;  // slip threshold deactivated
    283   //const double            SLIP       = 20.0;  // slip threshold
     282  const double            SLIP       = 20.0;  // slip threshold
    284283  string                  epoTimeStr = string(_epoTime);
    285284  const vector<t_pppParam*>& params     = _parlist->params();
Note: See TracChangeset for help on using the changeset viewer.