Changeset 10386 in ntrip


Ignore:
Timestamp:
Mar 12, 2024, 11:07:00 AM (7 weeks ago)
Author:
stuerze
Message:

changes regarding PPP

File:
1 edited

Legend:

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

    r10385 r10386  
    100100      }
    101101    }
    102     LOG << epoTimeStr << " SATNUM " << sys << ' ' << right << setw(2) << num;
    103     if (num < OPT->_minObs) {
    104       LOG << " < OPT->_minObs " << right << setw(2) << OPT->_minObs << endl;
    105       continue;
    106     }
    107     LOG << endl;
     102    LOG << epoTimeStr << " SATNUM " << sys << ' ' << right << setw(2) << num << endl;
    108103    if (processSystem(OPT->LCs(sys), obsVector, epoch->pseudoObsIono()) != success) {
    109104      LOG << "t_pppFilter::processSystem() !=  success: " << sys << endl;
Note: See TracChangeset for help on using the changeset viewer.