Changeset 10257 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Nov 26, 2023, 12:03:19 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/PPP/pppFilter.cpp ΒΆ
r10256 r10257 205 205 // Check number of observations 206 206 // ---------------------------- 207 if ( nSat < 2) {207 if (!nSat) { 208 208 return failure; 209 209 }
Note:
See TracChangeset
for help on using the changeset viewer.