Changeset 10198 in ntrip for trunk/BNC


Ignore:
Timestamp:
Sep 9, 2023, 10:15:37 PM (8 months ago)
Author:
stuerze
Message:

changes regarding ppp

File:
1 edited

Legend:

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

    r10194 r10198  
    192192    // Check number of observations
    193193    // ----------------------------
    194     if (!nSat) {
     194    if (nSat < OPT->_minObs) {
    195195      LOG << "t_pppFilter::processSystem not enough observations " << nSat << "\n";
    196196      return failure;
Note: See TracChangeset for help on using the changeset viewer.