]> git.donarmstrong.com Git - mothur.git/blobdiff - corraxescommand.cpp
1.23.0
[mothur.git] / corraxescommand.cpp
index b943aa4bf9dd962a4364af7069d24eb64c380a78..4e9c3c6270b9142ba69963ab0ee2283668473a8b 100644 (file)
@@ -187,7 +187,7 @@ CorrAxesCommand::CorrAxesCommand(string option)  {
                        }
                        string temp;
                        temp = validParameter.validFile(parameters, "numaxes", false);          if (temp == "not found"){       temp = "3";                             }
-                       convert(temp, numaxes); 
+                       m->mothurConvert(temp, numaxes); 
                        
                        method = validParameter.validFile(parameters, "method", false);         if (method == "not found"){     method = "pearson";             }