Changeset 10194 in ntrip for trunk/BNC


Ignore:
Timestamp:
Sep 2, 2023, 10:35:39 PM (9 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

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

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