Changeset 9099 in ntrip for branches/BNC_2.12
- Timestamp:
- Sep 3, 2020, 10:07:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/PPP/pppFilter.cpp
r9095 r9099 281 281 const vector<t_pppSatObs*>& obsVector) { 282 282 283 const double SLIP = 20.0; // slip threshold 283 //const double SLIP = 20.0; // slip threshold 284 const double SLIP = 200.0; // slip threshold 284 285 string epoTimeStr = string(_epoTime); 285 286 const vector<t_pppParam*>& params = _parlist->params();
Note:
See TracChangeset
for help on using the changeset viewer.