X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupcommand.h;fp=getgroupcommand.h;h=496d0c9c91d2970ecbef50977ff78e8795526538;hb=825512fb96e5bb00e08665396d9fa6a8c4da5a68;hp=26190b50139745531e2b8ae06201251c73f530aa;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186;p=mothur.git diff --git a/getgroupcommand.h b/getgroupcommand.h index 26190b5..496d0c9 100644 --- a/getgroupcommand.h +++ b/getgroupcommand.h @@ -11,9 +11,7 @@ */ #include "command.hpp" -#include "readmatrix.hpp" - -class GlobalData; +#include "globaldata.hpp" class GetgroupCommand : public Command { public: @@ -24,8 +22,9 @@ public: private: GlobalData* globaldata; GroupMap* groupMap; - string outputFile; + string outputFile, sharedfile; ofstream out; + ifstream in; };