]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmap.h
made sorting optional but sort by default, in case the user wants to see the heatmap...
[mothur.git] / heatmap.h
index c26684e3cd832b3c57d0671cb0bb11e8983e247c..e236ce389795e00e20fce97cd645377e83657c1b 100644 (file)
--- a/heatmap.h
+++ b/heatmap.h
@@ -36,11 +36,10 @@ class HeatMap {
                GlobalData* globaldata;
                vector<SharedRAbundVector*> lookup;
                RAbundVector rabund;
-               string format;
+               string format, sorted, groupComb;
                ofstream outsvg;
                map<int, string> colorScale;
                map<int, string>::iterator it;
-               string groupComb;
 
                        
 };