]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.cpp
added phylip as output file type for commands that output distance matrices. added...
[mothur.git] / venncommand.cpp
index 18bb635010bc07a1787e2847ae84c4eaf923e8cf..c918500270a537ac909326f3edc10ad068dc3ac5 100644 (file)
@@ -250,8 +250,7 @@ int VennCommand::execute(){
                                        }else if (Estimators[i] == "chao") { 
                                                vennCalculators.push_back(new Chao1());
                                        }else if (Estimators[i] == "ace") {
-                                               if(abund < 5)
-                                                       abund = 10;
+                                               if(abund < 5) { abund = 10; }
                                                vennCalculators.push_back(new Ace(abund));
                                        }
                                }