]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.h
fixed multiple bugs for 1.4 release
[mothur.git] / getgroupcommand.h
index 26190b50139745531e2b8ae06201251c73f530aa..496d0c9c91d2970ecbef50977ff78e8795526538 100644 (file)
@@ -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;
 
 };