Changeset 6036 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 21, 2014, 1:21:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r6012 r6036 211 211 // Check number of observations, truncate matrices 212 212 // ----------------------------------------------- 213 if (iObs +1 < OPT->_minObs) {213 if (iObs == -1) { 214 214 return failure; 215 215 }
Note:
See TracChangeset
for help on using the changeset viewer.