Changeset 3481 in ntrip for trunk/BNC


Ignore:
Timestamp:
Oct 15, 2011, 9:50:05 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3479 r3481  
    158158  // Combination Method
    159159  // ------------------
    160   if (settings.value("cmbMethod").toString() == "Filter") {
     160  if (settings.value("cmbMethod").toString() == "Single-Epoch") {
     161    _method = singleEpoch;
     162  }
     163  else {
    161164    _method = filter;
    162   }
    163   else {
    164     _method = singleEpoch;
    165165  }
    166166
Note: See TracChangeset for help on using the changeset viewer.