X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.h;h=47838d80bb6f8cded11793bc7ed7ef942f9f8ec9;hb=30f2d98fffb579b870c8969ddcc1dfc61ccbb70a;hp=6d6c1d55020b170d8072b5a860ea7f89a1e50e71;hpb=cd37904452dc95b183ff313ff05720c562902487;p=mothur.git diff --git a/heatmapcommand.h b/heatmapcommand.h index 6d6c1d5..47838d8 100644 --- a/heatmapcommand.h +++ b/heatmapcommand.h @@ -38,10 +38,9 @@ private: HeatMap* heatmap; bool abort, allLines; - set lines; //hold lines to be used set labels; //holds labels to be used - string format, groups, sorted, scale, line, label; - vector Groups; + string format, groups, sorted, scale, label, outputDir; + vector Groups, outputNames; };