Index: /trunk/BNC/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/combination/bnccomb.cpp	(revision 3480)
+++ /trunk/BNC/combination/bnccomb.cpp	(revision 3481)
@@ -158,9 +158,9 @@
   // Combination Method
   // ------------------
-  if (settings.value("cmbMethod").toString() == "Filter") {
+  if (settings.value("cmbMethod").toString() == "Single-Epoch") {
+    _method = singleEpoch;
+  }
+  else {
     _method = filter;
-  }
-  else {
-    _method = singleEpoch;
   }
 
