X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=amovacommand.cpp;h=3ec14bf7c06af5883e7eb6d9b3b38449ceac83be;hb=d205e70ae86dbee2efc2df02f2717975854de6ba;hp=de277ab6edad4828ee5a35f37474cd4a3a8eee55;hpb=ae57e166b2ed7b475ec3f466106bd76fabadd063;p=mothur.git diff --git a/amovacommand.cpp b/amovacommand.cpp index de277ab..3ec14bf 100644 --- a/amovacommand.cpp +++ b/amovacommand.cpp @@ -136,11 +136,11 @@ AmovaCommand::AmovaCommand(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); } } catch(exception& e) {