X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shared.h;h=c80ef6606216b6747f0d407cf1895ebbb33ed22e;hb=753dc84cf289b1d5dc0ca5b0c043640927aa951a;hp=0607c13974f4a089505f1bca7221413305e504f6;hpb=4761e165b4a196fefa57755d3176d9ced19df6b1;p=mothur.git diff --git a/shared.h b/shared.h index 0607c13..c80ef66 100644 --- a/shared.h +++ b/shared.h @@ -9,17 +9,8 @@ * Copyright 2008 Schloss Lab UMASS Amherst. All rights reserved. * */ - -using namespace std; -#include -#include -#include -#include -#include -#include -#include -#include +#include "mothur.h" #include "sharedrabundvector.h" #include "sharedlistvector.h" #include "globaldata.hpp" @@ -27,14 +18,15 @@ using namespace std; class Shared { public: Shared(); - ~Shared(); - void getSharedVectors(int, SharedListVector*); + ~Shared() {}; + void getSharedVectors(SharedListVector*); map sharedGroups; //string is groupname, SharedVector* is out info for that group private: GlobalData* globaldata; + map::iterator it; void parse(int, SharedListVector*); vector< map > sharedRAbund; //contains all the info needed to create the .shared file not sure if we will need }; -#endif \ No newline at end of file +#endif