Changeset 3481 in ntrip
- Timestamp:
- Oct 15, 2011, 9:50:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3479 r3481 158 158 // Combination Method 159 159 // ------------------ 160 if (settings.value("cmbMethod").toString() == "Filter") { 160 if (settings.value("cmbMethod").toString() == "Single-Epoch") { 161 _method = singleEpoch; 162 } 163 else { 161 164 _method = filter; 162 }163 else {164 _method = singleEpoch;165 165 } 166 166
Note:
See TracChangeset
for help on using the changeset viewer.