]> git.donarmstrong.com Git - mothur.git/blobdiff - readdistcommand.cpp
1.23.0
[mothur.git] / readdistcommand.cpp
index 788bdcbfef41f0afeb080782e1bae651f8666258..8bf6996333b246814a28009d309ab8f3b6bf8718 100644 (file)
@@ -121,7 +121,7 @@ ReadDistCommand::ReadDistCommand(string option) {
                        //get user cutoff and precision or use defaults
                        string temp;
                        temp = validParameter.validFile(parameters, "precision", false);                if (temp == "not found") { temp = "100"; }
-                       convert(temp, precision); 
+                       m->mothurConvert(temp, precision); 
                        
                        temp = validParameter.validFile(parameters, "sim", false);                              if (temp == "not found") { temp = "F"; }
                        sim = m->isTrue(temp);