Changeset 10012 in ntrip for trunk/BNC/src/PPP/pppFilter.cpp


Ignore:
Timestamp:
Mar 17, 2023, 5:12:43 PM (13 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10011 r10012  
    360360      }
    361361      if (preProcessing) {
    362         LOG << epoTimeStr << " Outlier ("
    363             << ((preProcessing) ? "pre-processing) " : "fin-processing) ")
    364             << t_lc::toString(maxOutlierLC) << ' ' << obs->prn().toString()
    365             << ' ' << setw(8) << setprecision(4) << maxOutlier << endl;
    366362        if (obs->prn() == refPrn) {
     363          LOG << epoTimeStr << " Outlier ("
     364              << ((preProcessing) ? "pre-processing) " : "fin-processing) ")
     365              << t_lc::toString(maxOutlierLC) << ' ' << obs->prn().toString()
     366              << ' ' << setw(8) << setprecision(4) << maxOutlier << endl;
    367367          _obsPool->setRefSatChangeRequired(sys, true);
    368368          break;
Note: See TracChangeset for help on using the changeset viewer.