]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsim.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / heatmapsim.h
index a28995df7edf1cfc234fcd0c22416164b3c6c347..aa23c186d7141d339a351460ef90e6ecd799298f 100644 (file)
@@ -19,7 +19,7 @@
 class HeatMapSim {
        
        public:
-               HeatMapSim(string, string);
+               HeatMapSim(string, string, int);
                ~HeatMapSim(){};
        
                vector<string> getPic(vector<SharedRAbundVector*>, vector<Calculator*>);
@@ -29,6 +29,7 @@ class HeatMapSim {
                void printLegend(int, float);
 
                string format, groupComb, outputDir, inputfile;
+               int fontSize;
                ofstream outsvg;
                MothurOut* m;