From c92fb04685fb818b0c742bc344806c6c04ef6af2 Mon Sep 17 00:00:00 2001 From: Kathryn Iverson Date: Mon, 30 Apr 2012 15:28:24 -0400 Subject: [PATCH] added else if (matrix == "sim2") { } --- cooccurrencecommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cooccurrencecommand.cpp b/cooccurrencecommand.cpp index b4965f5..e1d60b7 100644 --- a/cooccurrencecommand.cpp +++ b/cooccurrencecommand.cpp @@ -385,7 +385,7 @@ int CooccurrenceCommand::getCooccurrence(vector& thisLookUp } } } - else if (matrix == "sim9") { } + else if (matrix == "sim9" || matrix == "sim2") { } else { m->mothurOut("[ERROR]: No model selected! \n"); m->control_pressed = true; -- 2.39.2