Changeset 9314 in ntrip for branches/BNC_2.12/src/PPP
- Timestamp:
- Dec 17, 2020, 9:06:25 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/PPP/pppFilter.cpp
r9310 r9314 280 280 t_irc t_pppFilter::detectCycleSlips(const vector<t_lc::type>& LCs, 281 281 const vector<t_pppSatObs*>& obsVector) { 282 283 const double SLIP = 20.0; // slip threshold282 const double SLIP = 200.0; // slip threshold deactivated 283 //const double SLIP = 20.0; // slip threshold 284 284 string epoTimeStr = string(_epoTime); 285 285 const vector<t_pppParam*>& params = _parlist->params();
Note:
See TracChangeset
for help on using the changeset viewer.