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


Ignore:
Timestamp:
Oct 5, 2023, 10:43:25 AM (10 months ago)
Author:
stuerze
Message:

minor changes regarding ppp

File:
1 edited

Legend:

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

    r10219 r10220  
    104104    LOG << epoTimeStr << " SATNUM " << sys << ' ' << right << setw(2) << num  << endl;
    105105    if (processSystem(OPT->LCs(sys), obsVector, epoch->pseudoObsIono()) != success) {
    106       LOG << "processSystem !=  success: " << sys << endl;
     106      LOG << "t_pppFilter::processSystem() !=  success: " << sys << endl;
    107107      return failure;
    108108    }
     
    192192    // Check number of observations
    193193    // ----------------------------
    194     if (nSat < 3) {
    195       LOG << "t_pppFilter::processSystem not enough observations " << nSat << "\n";
     194    if (!nSat) {
    196195      return failure;
    197196    }
Note: See TracChangeset for help on using the changeset viewer.