]> git.donarmstrong.com Git - mothur.git/blobdiff - clusterfragmentscommand.cpp
1.23.0
[mothur.git] / clusterfragmentscommand.cpp
index 8d2d3eac9ba398dbce884d61c99dd81b3f2442b6..ad1bd81b4a9d4554751cfbbc5eb836e107e7b53d 100644 (file)
@@ -152,10 +152,10 @@ ClusterFragmentsCommand::ClusterFragmentsCommand(string option) {
                        
                        string temp;
                        temp = validParameter.validFile(parameters, "diffs", false);            if (temp == "not found"){       temp = "0";                             }
-                       convert(temp, diffs); 
+                       m->mothurConvert(temp, diffs); 
                        
                        temp = validParameter.validFile(parameters, "percent", false);          if (temp == "not found"){       temp = "0";                             }
-                       convert(temp, percent);
+                       m->mothurConvert(temp, percent);
                        
                }