Changeset 9607 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Jan 18, 2022, 1:52:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r9601 r9607 404 404 if (OPT->_obsModelType == OPT->DCMcodeBias || 405 405 OPT->_obsModelType == OPT->DCMphaseBias) { 406 reset(); 406 if (ind == 1 || ind > 7) { 407 reset(); 408 } 407 409 } 408 410 }
Note:
See TracChangeset
for help on using the changeset viewer.