- Timestamp:
- Apr 2, 2019, 10:04:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncephuser.cpp
r8652 r8653 153 153 154 154 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 } 155 161 156 162 if ((ephOld == 0 || newEph->isNewerThan(ephOld)) &&
Note:
See TracChangeset
for help on using the changeset viewer.