]> git.donarmstrong.com Git - mothur.git/blobdiff - treegroupscommand.cpp
1.23.0
[mothur.git] / treegroupscommand.cpp
index 3a8cd2681893851b0f81dd6eea434c3f29814a68..8c5aa4bbdc926515c6e3796a3a7969aa9abffca9 100644 (file)
@@ -257,10 +257,10 @@ TreeGroupCommand::TreeGroupCommand(string option)  {
 
                        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, "cutoff", false);                   if (temp == "not found") { temp = "10"; }
-                       convert(temp, cutoff); 
+                       m->mothurConvert(temp, cutoff); 
                        cutoff += (5 / (precision * 10.0));
                        
                        //if the user changes the output directory command factory will send this info to us in the output parameter