Changeset 10194 in ntrip for trunk/BNC/src
- Timestamp:
- Sep 2, 2023, 10:35:39 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r10193 r10194 192 192 // Check number of observations 193 193 // ---------------------------- 194 if ( nSat < 3) {194 if (!nSat) { 195 195 LOG << "t_pppFilter::processSystem not enough observations " << nSat << "\n"; 196 196 return failure;
Note:
See TracChangeset
for help on using the changeset viewer.