]> git.donarmstrong.com Git - mothur.git/blobdiff - shared.h
fixed a bug in calculating the # of ambig bases
[mothur.git] / shared.h
index fd9179ebce0ed7a7b27cd47eb68ac95c06c3dfe8..a3f55d5215d5f4b722f069bf53c2501e419eaec4 100644 (file)
--- a/shared.h
+++ b/shared.h
@@ -12,6 +12,7 @@
  
 using namespace std;
 
+#include "mothur.h"
 #include "sharedrabundvector.h"
 #include "sharedlistvector.h"
 #include "globaldata.hpp"
@@ -19,8 +20,8 @@ using namespace std;
 class Shared {
        public:
                Shared();
-               ~Shared();
-               void getSharedVectors(int, SharedListVector*);
+               ~Shared() {};
+               void getSharedVectors(SharedListVector*);
                map<string, SharedRAbundVector*> sharedGroups; //string is groupname, SharedVector* is out info for that group
                
        private: