Changeset 3456 in ntrip for trunk/BNC


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

Legend:

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

    r3455 r3456  
    393393  // If Master not present, switch to another one
    394394  // --------------------------------------------
    395   if (!masterPresent) {
     395  if (masterPresent) {
     396    _masterMissingEpochs = 0;
     397  }
     398  else {
    396399    ++_masterMissingEpochs;
    397400    if (_masterMissingEpochs < 2) {
Note: See TracChangeset for help on using the changeset viewer.