]> git.donarmstrong.com Git - mothur.git/blobdiff - normalizesharedcommand.cpp
1.23.0
[mothur.git] / normalizesharedcommand.cpp
index 43c8e2260c4e678bbd2e7718a6313b15d97eed8b..bbf9a8335a3c2847f89b8cf136670c03a73e9725 100644 (file)
@@ -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; }
                        }