]> git.donarmstrong.com Git - mothur.git/commitdiff
added else if (matrix == "sim2") { }
authorKathryn Iverson <kd.iverson@gmail.com>
Mon, 30 Apr 2012 19:28:24 +0000 (15:28 -0400)
committerKathryn Iverson <kd.iverson@gmail.com>
Mon, 30 Apr 2012 19:28:24 +0000 (15:28 -0400)
cooccurrencecommand.cpp

index b4965f5a91a2d12e4101aadc3b7258741de4945f..e1d60b7c18553b0d3de4df1e0dd6a87ea60b17af 100644 (file)
@@ -385,7 +385,7 @@ int CooccurrenceCommand::getCooccurrence(vector<SharedRAbundVector*>& thisLookUp
                 }
             }
         }
                 }
             }
         }
-        else if (matrix == "sim9") { }
+        else if (matrix == "sim9" || matrix == "sim2") { }
         else {
             m->mothurOut("[ERROR]: No model selected! \n");
             m->control_pressed = true;
         else {
             m->mothurOut("[ERROR]: No model selected! \n");
             m->control_pressed = true;