X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bootstrapsharedcommand.cpp;h=5c2e1714d97612bb595044fc566d61bd47c540ec;hb=477e76a8a79b60f6cd4253324dd830bdea25e3e9;hp=56611a8f1e5af0eea6b64eef76e3ec1588b7298f;hpb=e4827e0945cbda536064e5a345996b2a7dfcbb81;p=mothur.git diff --git a/bootstrapsharedcommand.cpp b/bootstrapsharedcommand.cpp index 56611a8..5c2e171 100644 --- a/bootstrapsharedcommand.cpp +++ b/bootstrapsharedcommand.cpp @@ -35,7 +35,7 @@ BootSharedCommand::BootSharedCommand(){ if (validCalculator->isValidCalculator("boot", 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());