]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.cpp
1.23.0
[mothur.git] / collectsharedcommand.cpp
index a5721b0a528b563c881a8815e74b6a7fd25a0299..f3a320b89e0695483a5124b6336d68cf89179293 100644 (file)
@@ -274,7 +274,7 @@ CollectSharedCommand::CollectSharedCommand(string option)  {
                        
                        string temp;
                        temp = validParameter.validFile(parameters, "freq", false);                     if (temp == "not found") { temp = "100"; }
-                       convert(temp, freq); 
+                       m->mothurConvert(temp, freq); 
                        
                        temp = validParameter.validFile(parameters, "all", false);                              if (temp == "not found") { temp = "false"; }
                        all = m->isTrue(temp);