Ignore:
Timestamp:
Dec 27, 2014, 4:05:52 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r6455 r6456  
    363363    if (itOrb.key() < _lastTime) {
    364364      emit newOrbCorrections(itOrb.value());
    365       if (_out) {
    366         t_orbCorr::writeEpoch(_out, itOrb.value());
    367       }
     365      t_orbCorr::writeEpoch(_out, itOrb.value());
    368366      itOrb.remove();
    369367    }
     
    374372    if (itClk.key() < _lastTime) {
    375373      emit newClkCorrections(itClk.value());
    376       if (_out) {
    377         t_clkCorr::writeEpoch(_out, itClk.value());
    378       }
     374      t_clkCorr::writeEpoch(_out, itClk.value());
    379375      itClk.remove();
    380376    }
    381   }
    382 
    383   if (_out) {
    384     _out->flush();
    385377  }
    386378}
Note: See TracChangeset for help on using the changeset viewer.