X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedcommand.h;h=3467c7b1d9e6beb1bcd2b5af9a63f9d9bbaf8045;hb=29c0d3ec01be5372807eb86261100d77de253787;hp=08314b56590b70dcb56b29f0c08a454da9ebac5d;hpb=0470f6d037aacb3563c3f7010708120a4a67d4e6;p=mothur.git diff --git a/sharedcommand.h b/sharedcommand.h index 08314b5..3467c7b 100644 --- a/sharedcommand.h +++ b/sharedcommand.h @@ -12,7 +12,6 @@ #include "command.hpp" #include "sharedlistvector.h" #include "inputdata.h" -#include "shared.h" #include "readotu.h" /* The shared() command: @@ -33,15 +32,17 @@ public: void help() {} private: - void printSharedData(); + void printSharedData(vector); GlobalData* globaldata; ReadOTUFile* read; SharedListVector* SharedList; InputData* input; - Shared* shared; - map::iterator it; + GroupMap* groupMap; ofstream out; - string filename; + string filename, fileroot; + bool firsttime; + map filehandles; + map::iterator it3; };