X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=anosimcommand.cpp;h=1b6afe35b760ed140b6747d02a41ce5d4424fca1;hb=0ca63a8165baa0afa459e644ebe140ba496d5ba0;hp=50b6f283d8d58de276b0a08f573894628a98295f;hpb=1b0bddfbf4ac5df7e2dad03c8a5350e71b052f78;p=mothur.git diff --git a/anosimcommand.cpp b/anosimcommand.cpp index 50b6f28..1b6afe3 100644 --- a/anosimcommand.cpp +++ b/anosimcommand.cpp @@ -138,11 +138,11 @@ AnosimCommand::AnosimCommand(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); } }