Changeset 8653 in ntrip for branches


Ignore:
Timestamp:
Apr 2, 2019, 10:04:32 PM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncephuser.cpp

    r8652 r8653  
    153153
    154154  const t_eph* ephOld = ephLast(prn);
     155
     156  if (ephOld &&
     157      (ephOld->checkState() == t_eph::bad ||
     158       ephOld->checkState() == t_eph::outdated)) {
     159    ephOld = 0;
     160  }
    155161
    156162  if ((ephOld == 0 || newEph->isNewerThan(ephOld)) &&
Note: See TracChangeset for help on using the changeset viewer.