X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=normalizesharedcommand.cpp;h=bbf9a8335a3c2847f89b8cf136670c03a73e9725;hb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;hp=43c8e2260c4e678bbd2e7718a6313b15d97eed8b;hpb=65e21482d022d12f7a78a8d436fb51f322603e41;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; } }