]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrapsharedcommand.cpp
more calculator edits and added coverage and whittaker
[mothur.git] / bootstrapsharedcommand.cpp
index 56611a8f1e5af0eea6b64eef76e3ec1588b7298f..5c2e1714d97612bb595044fc566d61bd47c540ec 100644 (file)
@@ -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());