Changeset 5776 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Aug 4, 2014, 11:34:04 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/ephpool.cpp

    r5749 r5776  
    134134    t_irc irc = eph->getCrd(tt, xc, vv);
    135135    if (irc == success) {
    136       if (eph->system() == 'R') {
     136      if (eph->prn().system() == 'R') {
    137137        double age = tt - eph->TOC();
    138138        if (fabs(age) > 3600.0) {
Note: See TracChangeset for help on using the changeset viewer.