X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=normalizesharedcommand.cpp;fp=normalizesharedcommand.cpp;h=bbf9a8335a3c2847f89b8cf136670c03a73e9725;hb=0ca63a8165baa0afa459e644ebe140ba496d5ba0;hp=43c8e2260c4e678bbd2e7718a6313b15d97eed8b;hpb=1b0bddfbf4ac5df7e2dad03c8a5350e71b052f78;p=mothur.git diff --git a/normalizesharedcommand.cpp b/normalizesharedcommand.cpp index 43c8e22..bbf9a83 100644 --- a/normalizesharedcommand.cpp +++ b/normalizesharedcommand.cpp @@ -176,7 +176,7 @@ NormalizeSharedCommand::NormalizeSharedCommand(string option) { if (temp == "not found") { norm = 0; //once you have read, set norm to smallest group number }else { - convert(temp, norm); + m->mothurConvert(temp, norm); if (norm < 0) { m->mothurOut("norm must be positive."); m->mothurOutEndLine(); abort=true; } }