]> git.donarmstrong.com Git - mothur.git/blobdiff - sensspeccommand.cpp
1.23.0
[mothur.git] / sensspeccommand.cpp
index 2fb2efbc25ef434850f87115bc6d93a91a23dd6f..82922ededbff38fd76909d1694742c6adac7666b 100644 (file)
@@ -183,11 +183,11 @@ SensSpecCommand::SensSpecCommand(string option)  {
 //                     cout << "name:\t" << nameFile << endl;
 
                        temp = validParameter.validFile(parameters, "cutoff", false);           if (temp == "not found") { temp = "-1.00"; }
-                       convert(temp, cutoff);  
+                       m->mothurConvert(temp, cutoff);  
 //                     cout << cutoff << endl;
                        
                        temp = validParameter.validFile(parameters, "precision", false);        if (temp == "not found") { temp = "100"; }
-                       convert(temp, precision);  
+                       m->mothurConvert(temp, precision);  
 //                     cout << precision << endl;
                        
                        string label = validParameter.validFile(parameters, "label", false);