X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectsharedcommand.cpp;h=f3a320b89e0695483a5124b6336d68cf89179293;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=a5721b0a528b563c881a8815e74b6a7fd25a0299;hpb=55386dddad84cc1140d736cabaf4dd0ae16f2e01;p=mothur.git diff --git a/collectsharedcommand.cpp b/collectsharedcommand.cpp index a5721b0..f3a320b 100644 --- a/collectsharedcommand.cpp +++ b/collectsharedcommand.cpp @@ -274,7 +274,7 @@ CollectSharedCommand::CollectSharedCommand(string option) { string temp; temp = validParameter.validFile(parameters, "freq", false); if (temp == "not found") { temp = "100"; } - convert(temp, freq); + m->mothurConvert(temp, freq); temp = validParameter.validFile(parameters, "all", false); if (temp == "not found") { temp = "false"; } all = m->isTrue(temp);