X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterdoturcommand.cpp;h=603bd73d680b485fb4df6ef6cf62e935af3f1ff5;hb=d205e70ae86dbee2efc2df02f2717975854de6ba;hp=0d57e68a8a0b656798e107dd7f69eea6d7b9205c;hpb=19fcbbdba99658f5eca244803280f9ee7f9f6607;p=mothur.git diff --git a/clusterdoturcommand.cpp b/clusterdoturcommand.cpp index 0d57e68..603bd73 100644 --- a/clusterdoturcommand.cpp +++ b/clusterdoturcommand.cpp @@ -146,11 +146,11 @@ ClusterDoturCommand::ClusterDoturCommand(string option) { if (temp == "not found") { temp = "100"; } //saves precision legnth for formatting below length = temp.length(); - convert(temp, precision); + m->mothurConvert(temp, precision); temp = validParameter.validFile(parameters, "cutoff", false); if (temp == "not found") { temp = "10"; } - convert(temp, cutoff); + m->mothurConvert(temp, cutoff); cutoff += (5 / (precision * 10.0)); temp = validParameter.validFile(parameters, "hard", false); if (temp == "not found") { temp = "T"; }