Ignore:
Timestamp:
May 15, 2023, 10:47:15 PM (11 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r10043 r10044  
    485485    // --------------------
    486486    if (_resTime.valid() && newClk->_time <= _resTime) {
     487#ifdef BNC_DEBUG_CMB
    487488      emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + newClk->_prn.toString().c_str() +
    488489          QString(" %1 ").arg(newClk->_time.timestr().c_str()).toLatin1() + "vs. last processing Epoch" +
    489490          QString(" %1 ").arg(_resTime.timestr().c_str()).toLatin1(), true);
     491#endif
    490492      delete newClk;
    491493      continue;
Note: See TracChangeset for help on using the changeset viewer.