Changeset 10159 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Aug 17, 2023, 10:47:24 AM (9 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

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