Changeset 5776 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 4, 2014, 11:34:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/ephpool.cpp
r5749 r5776 134 134 t_irc irc = eph->getCrd(tt, xc, vv); 135 135 if (irc == success) { 136 if (eph-> system() == 'R') {136 if (eph->prn().system() == 'R') { 137 137 double age = tt - eph->TOC(); 138 138 if (fabs(age) > 3600.0) {
Note:
See TracChangeset
for help on using the changeset viewer.