X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cooccurrencecommand.cpp;h=e1d60b7c18553b0d3de4df1e0dd6a87ea60b17af;hb=c92fb04685fb818b0c742bc344806c6c04ef6af2;hp=b4965f5a91a2d12e4101aadc3b7258741de4945f;hpb=0a9e6ac8c01605781f78ce5de0515fe6d271eb97;p=mothur.git 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;