]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsimcommand.cpp
1.23.0
[mothur.git] / heatmapsimcommand.cpp
index d78b3cf1af17a3d10b25b7238e94b8b8ff69f002..de35075e98ee938e67f1880cada0ebfb1e0ba26a 100644 (file)
@@ -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;