X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=corraxescommand.cpp;fp=corraxescommand.cpp;h=4e9c3c6270b9142ba69963ab0ee2283668473a8b;hb=0ca63a8165baa0afa459e644ebe140ba496d5ba0;hp=b943aa4bf9dd962a4364af7069d24eb64c380a78;hpb=1b0bddfbf4ac5df7e2dad03c8a5350e71b052f78;p=mothur.git diff --git a/corraxescommand.cpp b/corraxescommand.cpp index b943aa4..4e9c3c6 100644 --- a/corraxescommand.cpp +++ b/corraxescommand.cpp @@ -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"; }