X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treegroupscommand.cpp;h=7791d5ecd913c431114a9de5afb2ca651ec1232c;hb=477e76a8a79b60f6cd4253324dd830bdea25e3e9;hp=6393684f2e79380788553e978504d0f0d306253f;hpb=e4827e0945cbda536064e5a345996b2a7dfcbb81;p=mothur.git diff --git a/treegroupscommand.cpp b/treegroupscommand.cpp index 6393684..7791d5e 100644 --- a/treegroupscommand.cpp +++ b/treegroupscommand.cpp @@ -33,7 +33,7 @@ TreeGroupCommand::TreeGroupCommand(){ if (validCalculator->isValidCalculator("treegroup", globaldata->Estimators[i]) == true) { if (globaldata->Estimators[i] == "jabund") { treeCalculators.push_back(new JAbund()); - }else if (globaldata->Estimators[i] == "sorensonabund") { + }else if (globaldata->Estimators[i] == "sorabund") { treeCalculators.push_back(new SorAbund()); }else if (globaldata->Estimators[i] == "jclass") { treeCalculators.push_back(new Jclass());