X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedcommand.h;h=e5be50a8b9f80488449db640e65721d32f395a5d;hb=753dc84cf289b1d5dc0ca5b0c043640927aa951a;hp=b3506cdbfd79650cad44de48388f93363fb3b21a;hpb=154e089bcd37c2c2f773e53ffb88a20170b27037;p=mothur.git diff --git a/sharedcommand.h b/sharedcommand.h index b3506cd..e5be50a 100644 --- a/sharedcommand.h +++ b/sharedcommand.h @@ -30,6 +30,7 @@ public: SharedCommand(); ~SharedCommand(); int execute(); + void help() {} private: void printSharedData(); @@ -39,6 +40,7 @@ private: InputData* input; Shared* shared; map::iterator it; + //vector lookup; ofstream out; string filename;