X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=venncommand.cpp;h=c918500270a537ac909326f3edc10ad068dc3ac5;hb=96dbe925073caefaed6e6db85659c144a806aeb1;hp=18bb635010bc07a1787e2847ae84c4eaf923e8cf;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/venncommand.cpp b/venncommand.cpp index 18bb635..c918500 100644 --- a/venncommand.cpp +++ b/venncommand.cpp @@ -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)); } }