Changeset 5129 in ntrip for trunk/BNC/src/bnccore.cpp


Ignore:
Timestamp:
Apr 17, 2013, 9:44:33 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5123 r5129  
    658658  // ---------------------------------
    659659  if (_waitCoTime > 0.0 && coTime <= _lastCorrDumpTime) {
    660     ///    if (!_bncComb) {
     660    if (!_bncComb) {
    661661      QString line = staID + ": Correction for one sat neglected because overaged by " +
    662662                      QString().sprintf(" %f sec",
     
    664664      messagePrivate(line.toAscii());
    665665      emit( newMessage(line.toAscii(), true) );
    666       ///    }
     666    }
    667667    return;
    668668  }
Note: See TracChangeset for help on using the changeset viewer.