]> git.donarmstrong.com Git - mothur.git/blobdiff - shared.h
added smart distance feature and optimized all commands using line by line processing
[mothur.git] / shared.h
index 7445b5ad52c0c69d0548e65b8438681e95430ad9..a3f55d5215d5f4b722f069bf53c2501e419eaec4 100644 (file)
--- a/shared.h
+++ b/shared.h
@@ -20,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: