]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmap.h
pat's differences before v.1.8
[mothur.git] / heatmap.h
index 7c5b561c84ade9012c49171b4b9f0b0d765b9724..438d84bbb69335d9825fa3b34acf96c05ceb59a4 100644 (file)
--- a/heatmap.h
+++ b/heatmap.h
@@ -19,7 +19,7 @@
 class HeatMap {
        
        public:
-               HeatMap();
+               HeatMap(string, string, string);
                ~HeatMap(){};
        
                void getPic(RAbundVector*);
@@ -30,7 +30,7 @@ class HeatMap {
                void printLegend(int, float);
 
                GlobalData* globaldata;
-               string format, sorted, groupComb, scaler;
+               string format, sorted, groupComb, scaler, outputDir;
                ofstream outsvg;
                        
 };