Changeset 7626 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Dec 9, 2015, 5:24:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppParlist.cpp
r7237 r7626 220 220 } 221 221 } 222 222 /* 223 * TODO; check this condition because it is the same as in line 217 and therefore always false 223 224 else if (par->type() == t_pppParam::amb) { 224 225 if (par->lastObsTime().valid() && (epoTime - par->lastObsTime() > 3600.0)) { 225 226 remove = true; 226 227 } 227 } 228 }*/ 228 229 229 230 if (remove) {
Note:
See TracChangeset
for help on using the changeset viewer.