X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapsimcommand.cpp;h=de35075e98ee938e67f1880cada0ebfb1e0ba26a;hb=a6cf29fa4dac0909c7582cb1094151d34093ee76;hp=d78b3cf1af17a3d10b25b7238e94b8b8ff69f002;hpb=88fbc534a92cb91900e98a3288dfa1f68828b69b;p=mothur.git diff --git a/heatmapsimcommand.cpp b/heatmapsimcommand.cpp index d78b3cf..de35075 100644 --- a/heatmapsimcommand.cpp +++ b/heatmapsimcommand.cpp @@ -242,7 +242,7 @@ HeatMapSimCommand::HeatMapSimCommand(string option) { } string temp = validParameter.validFile(parameters, "fontsize", false); if (temp == "not found") { temp = "24"; } - convert(temp, fontsize); + m->mothurConvert(temp, fontsize); if (abort == false) { ValidCalculators validCalculator;