]> git.donarmstrong.com Git - mothur.git/blobdiff - getoturepcommand.cpp
1.23.0
[mothur.git] / getoturepcommand.cpp
index 2f6f810e0add659c6c661cef7e383fd36b2f8ad2..35437e760ac636e51cf9f960d8c36e8a6dfce47e 100644 (file)
@@ -297,10 +297,10 @@ GetOTURepCommand::GetOTURepCommand(string option)  {
                        if ((weighted) && (namefile == "")) { m->mothurOut("You cannot set weighted to true unless you provide a namesfile."); m->mothurOutEndLine(); abort = true; }
                        
                        temp = validParameter.validFile(parameters, "precision", false);                        if (temp == "not found") { temp = "100"; }
-                       convert(temp, precision); 
+                       m->mothurConvert(temp, precision); 
                        
                        temp = validParameter.validFile(parameters, "cutoff", false);                   if (temp == "not found") { temp = "10.0"; }
-                       convert(temp, cutoff); 
+                       m->mothurConvert(temp, cutoff); 
                        cutoff += (5 / (precision * 10.0));
                }
        }