X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.cpp;h=7d9b482564287916f599b0f3148ee4d6a80861f2;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=57c4c86b44bf2ccf9368c2c8c26acc1e67d360af;hpb=55386dddad84cc1140d736cabaf4dd0ae16f2e01;p=mothur.git diff --git a/heatmapcommand.cpp b/heatmapcommand.cpp index 57c4c86..7d9b482 100644 --- a/heatmapcommand.cpp +++ b/heatmapcommand.cpp @@ -226,10 +226,10 @@ HeatMapCommand::HeatMapCommand(string option) { } string temp = validParameter.validFile(parameters, "numotu", false); if (temp == "not found") { temp = "0"; } - convert(temp, numOTU); + m->mothurConvert(temp, numOTU); temp = validParameter.validFile(parameters, "fontsize", false); if (temp == "not found") { temp = "24"; } - convert(temp, fontSize); + m->mothurConvert(temp, fontSize); sorted = validParameter.validFile(parameters, "sorted", false); if (sorted == "not found") {