X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=indicatorcommand.cpp;fp=indicatorcommand.cpp;h=1864f7473b0e21ff06d84ce76968f81374189954;hb=0ca63a8165baa0afa459e644ebe140ba496d5ba0;hp=40d3bcd26f42ff67b424ee6087bc276ceccbd752;hpb=1b0bddfbf4ac5df7e2dad03c8a5350e71b052f78;p=mothur.git diff --git a/indicatorcommand.cpp b/indicatorcommand.cpp index 40d3bcd..1864f74 100644 --- a/indicatorcommand.cpp +++ b/indicatorcommand.cpp @@ -175,11 +175,11 @@ IndicatorCommand::IndicatorCommand(string option) { if (label == "not found") { label = ""; m->mothurOut("You did not provide a label, I will use the first label in your inputfile."); m->mothurOutEndLine(); label=""; } string temp = validParameter.validFile(parameters, "iters", false); if (temp == "not found") { temp = "1000"; } - convert(temp, iters); + m->mothurConvert(temp, iters); temp = validParameter.validFile(parameters, "processors", false); if (temp == "not found"){ temp = m->getProcessors(); } m->setProcessors(temp); - convert(temp, processors); + m->mothurConvert(temp, processors); if ((relabundfile == "") && (sharedfile == "")) { //is there are current file available for either of these?