X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.h;fp=heatmapcommand.h;h=f75c06425e7b6af1232809fb8a2f1f98c20d98aa;hb=c5c7502f435e1413c19e373dab1dfebcaa67588d;hp=5eeae265471785c8d582e7b250c76046554711e7;hpb=2e5ec5cbbd23637ed20da9bdd544d178a3b5d949;p=mothur.git diff --git a/heatmapcommand.h b/heatmapcommand.h index 5eeae26..f75c064 100644 --- a/heatmapcommand.h +++ b/heatmapcommand.h @@ -16,6 +16,7 @@ #include "readmatrix.hpp" #include "sharedlistvector.h" #include "heatmap.h" +#include "sharedutilities.h" class GlobalData; @@ -31,14 +32,13 @@ public: private: GlobalData* globaldata; ReadMatrix* read; + SharedUtil* util; InputData* input; SharedListVector* SharedList; SharedOrderVector* order; OrderVector* ordersingle; HeatMap* heatmap; string format; - - void setGroups(); };