X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectsharedcommand.h;fp=collectsharedcommand.h;h=8c7aa009ca346670482679ac17b4c9f75d58fa82;hb=c5c7502f435e1413c19e373dab1dfebcaa67588d;hp=c5c24b2f974e504e5c8ef079d15a89026291b992;hpb=2e5ec5cbbd23637ed20da9bdd544d178a3b5d949;p=mothur.git diff --git a/collectsharedcommand.h b/collectsharedcommand.h index c5c24b2..8c7aa00 100644 --- a/collectsharedcommand.h +++ b/collectsharedcommand.h @@ -19,6 +19,7 @@ #include "display.h" #include "readmatrix.hpp" #include "validcalculator.h" +#include "sharedutilities.h" /* The collect.shared() command: The collect command generates a collector's curve from the given file representing several groups. @@ -44,6 +45,7 @@ public: private: GlobalData* globaldata; + SharedUtil* util; GroupMap* groupmap; SharedListVector* SharedList; ReadMatrix* read; @@ -54,7 +56,6 @@ private: vector cDisplays; int freq; string format; - void setGroups(); };