]> git.donarmstrong.com Git - mothur.git/blobdiff - hclustercommand.cpp
1.23.0
[mothur.git] / hclustercommand.cpp
index b2af0349c9b341a635ad9eb341a3a5e35198f90e..47136938a19e6c5d4b8dd2b8110849249ac50b06 100644 (file)
@@ -182,14 +182,14 @@ HClusterCommand::HClusterCommand(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);
                        
                        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);