X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=globaldata.cpp;h=16d434bcb47dbd18e91914214cd8fda032e9f47b;hb=0e14094b51dd81c07c6a56b7b51533eff2332339;hp=1baf4edf1bf90ef469a9426de2e06f0a3ce137fc;hpb=b22853b5cfbf5c47949ad2a084f2fad88b2e4be4;p=mothur.git diff --git a/globaldata.cpp b/globaldata.cpp index 1baf4ed..16d434b 100644 --- a/globaldata.cpp +++ b/globaldata.cpp @@ -241,7 +241,7 @@ void GlobalData::parseGlobalData(string commandString, string optionText){ Estimators.clear(); splitAtDash(calc, Estimators); } - if ((commandName == "tree.shared") || (commandName == "bootstrap.shared")) { + if ((commandName == "tree.shared") || (commandName == "bootstrap.shared") || (commandName == "dist.shared")) { if (calc != "") { Estimators.clear(); splitAtDash(calc, Estimators);