Changeset 7974 in ntrip
- Timestamp:
- Jun 30, 2016, 11:34:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP_SSR_I/pppFilter.cpp
r7959 r7974 1072 1072 } 1073 1073 1074 if ( !nObs) {1074 if (int(nObs) < OPT->_minObs) { 1075 1075 restoreState(epoData); 1076 1076 return failure;
Note:
See TracChangeset
for help on using the changeset viewer.