Changeset 9381 in ntrip for branches/BNC_2.12/src/bnccore.cpp


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

minor changes

File:
1 edited

Legend:

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

    r9220 r9381  
    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)).toAscii());
    219220  }
     221#endif
    220222  printEphHeader();
    221223  printEph(*eph, (ircPut == success));
Note: See TracChangeset for help on using the changeset viewer.