Changeset 3457 in ntrip for trunk/BNC


Ignore:
Timestamp:
Sep 23, 2011, 10:53:05 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3456 r3457  
    399399    ++_masterMissingEpochs;
    400400    if (_masterMissingEpochs < 2) {
    401       out << "Missing Master, Epoch skipped\n";
     401      out << "Missing Master, Epoch skipped" << endl;
    402402      _buffer.remove(_resTime);
    403403      emit newMessage(_log, false);
     
    759759void bncComb::switchToLastEph(const t_eph* lastEph, cmbParam* pp) {
    760760
    761   if (pp->type != cmbParam::clkSat) {
     761  if (pp->type != cmbParam::offACSat) {
    762762    return;
    763763  }
Note: See TracChangeset for help on using the changeset viewer.