Changeset 9379 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Mar 17, 2021, 12:15:43 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9219 r9379  
    201201  QMutexLocker locker(&_mutex);
    202202  t_irc ircPut = _ephUser.putNewEph(eph, true);
     203#ifdef BNC_DEBUG_BCEP
    203204  if      (eph->checkState() == t_eph::bad) {
    204205    messagePrivate(QString("%1: WRONG EPHEMERIS: %2")
     
    218219                   .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 3.0)).toLatin1());
    219220  }
    220 
     221#endif
    221222  printEphHeader();
    222223  printEph(*eph, (ircPut == success));
Note: See TracChangeset for help on using the changeset viewer.