]> git.donarmstrong.com Git - mothur.git/blobdiff - shared.h
added help for heatmap.sim
[mothur.git] / shared.h
index fd9179ebce0ed7a7b27cd47eb68ac95c06c3dfe8..06d558d2deebf3af2cda8fb7f2193a39b932d2f2 100644 (file)
--- a/shared.h
+++ b/shared.h
@@ -9,9 +9,8 @@
  *  Copyright 2008 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
-using namespace std;
 
+#include "mothur.h"
 #include "sharedrabundvector.h"
 #include "sharedlistvector.h"
 #include "globaldata.hpp"
@@ -19,8 +18,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: