Changeset 10165 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 21, 2023, 7:52:02 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r10038 r10165 295 295 // Check Blunders 296 296 // -------------- 297 const double BLUNDER = 100.0;297 const double BLUNDER = 250.0; 298 298 double maxRes = 0.0; 299 299 unsigned maxResIndex = 0; … … 327 327 else { 328 328 t_pppSatObs* satObs = obsVector.at(maxResIndex); 329 LOG << "t_pppClient::cmpBancroft outlier " << satObs->prn().toString()329 LOG << "t_pppClient::cmpBancroft Outlier " << satObs->prn().toString() 330 330 << " " << maxRes << endl; 331 331 delete satObs;
Note:
See TracChangeset
for help on using the changeset viewer.