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


Ignore:
Timestamp:
Nov 26, 2023, 12:03:19 PM (8 months ago)
Author:
stuerze
Message:

changes regarding PPP

File:
1 edited

Legend:

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

    r10256 r10257  
    205205    // Check number of observations
    206206    // ----------------------------
    207     if (nSat < 2) {
     207    if (!nSat) {
    208208      return failure;
    209209    }
Note: See TracChangeset for help on using the changeset viewer.