Changeset 3456 in ntrip
- Timestamp:
- Sep 23, 2011, 10:24:56 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3455 r3456 393 393 // If Master not present, switch to another one 394 394 // -------------------------------------------- 395 if (!masterPresent) { 395 if (masterPresent) { 396 _masterMissingEpochs = 0; 397 } 398 else { 396 399 ++_masterMissingEpochs; 397 400 if (_masterMissingEpochs < 2) {
Note:
See TracChangeset
for help on using the changeset viewer.