X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readdistcommand.cpp;h=8bf6996333b246814a28009d309ab8f3b6bf8718;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=788bdcbfef41f0afeb080782e1bae651f8666258;hpb=19fcbbdba99658f5eca244803280f9ee7f9f6607;p=mothur.git diff --git a/readdistcommand.cpp b/readdistcommand.cpp index 788bdcb..8bf6996 100644 --- a/readdistcommand.cpp +++ b/readdistcommand.cpp @@ -121,7 +121,7 @@ ReadDistCommand::ReadDistCommand(string option) { //get user cutoff and precision or use defaults string temp; temp = validParameter.validFile(parameters, "precision", false); if (temp == "not found") { temp = "100"; } - convert(temp, precision); + m->mothurConvert(temp, precision); temp = validParameter.validFile(parameters, "sim", false); if (temp == "not found") { temp = "F"; } sim = m->isTrue(temp);