Changeset 9244 in ntrip


Ignore:
Timestamp:
Nov 11, 2020, 10:29:00 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncephuser.cpp

    r9240 r9244  
    166166
    167167  if (eph->checkState() != t_eph::bad &&
    168        eph->checkState() != t_eph::outdated) {
     168      eph->checkState() != t_eph::outdated) {
    169169    deque<t_eph*>& qq = _eph[prn];
    170170    qq.push_back(newEph);
Note: See TracChangeset for help on using the changeset viewer.