Changeset 10165 in ntrip for trunk/BNC


Ignore:
Timestamp:
Aug 21, 2023, 7:52:02 AM (9 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r10038 r10165  
    295295    // Check Blunders
    296296    // --------------
    297     const double BLUNDER = 100.0;
     297    const double BLUNDER = 250.0;
    298298    double   maxRes      = 0.0;
    299299    unsigned maxResIndex = 0;
     
    327327    else {
    328328      t_pppSatObs* satObs = obsVector.at(maxResIndex);
    329       LOG << "t_pppClient::cmpBancroft outlier " << satObs->prn().toString()
     329      LOG << "t_pppClient::cmpBancroft Outlier " << satObs->prn().toString()
    330330          << " " << maxRes << endl;
    331331      delete satObs;
Note: See TracChangeset for help on using the changeset viewer.