]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.cpp
1.23.0
[mothur.git] / clustercommand.cpp
index 47f55311cc6037a7dca827338d51ab903027fc40..528f71c11c24f7a47133bef2d60a6906249abe92 100644 (file)
@@ -183,7 +183,7 @@ ClusterCommand::ClusterCommand(string option)  {
                        if (temp == "not found") { temp = "100"; }
                        //saves precision legnth for formatting below
                        length = temp.length();
-                       convert(temp, precision); 
+                       m->mothurConvert(temp, precision); 
                        
                        temp = validParameter.validFile(parameters, "hard", false);                     if (temp == "not found") { temp = "T"; }
                        hard = m->isTrue(temp);
@@ -193,7 +193,7 @@ ClusterCommand::ClusterCommand(string option)  {
                        
                        temp = validParameter.validFile(parameters, "cutoff", false);
                        if (temp == "not found") { temp = "10"; }
-                       convert(temp, cutoff); 
+                       m->mothurConvert(temp, cutoff); 
                        cutoff += (5 / (precision * 10.0));  
                        
                        method = validParameter.validFile(parameters, "method", false);