X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=homovacommand.cpp;h=9b7ec9fb030becda2b3df217afedcdd40facd4cc;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=18690048c712c69bad1b1e9aa44c4e6b64a8cee9;hpb=ae57e166b2ed7b475ec3f466106bd76fabadd063;p=mothur.git diff --git a/homovacommand.cpp b/homovacommand.cpp index 1869004..9b7ec9f 100644 --- a/homovacommand.cpp +++ b/homovacommand.cpp @@ -139,11 +139,11 @@ HomovaCommand::HomovaCommand(string option) { string temp = validParameter.validFile(parameters, "iters", false); if (temp == "not found") { temp = "1000"; } - convert(temp, iters); + m->mothurConvert(temp, iters); temp = validParameter.validFile(parameters, "alpha", false); if (temp == "not found") { temp = "0.05"; } - convert(temp, experimentwiseAlpha); + m->mothurConvert(temp, experimentwiseAlpha); } }