]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsabundvector.h
fixes while testing 1.33.0
[mothur.git] / sharedsabundvector.h
index 64b89835157090b3274303694fe59e7f079b34e4..cd78a2e1a6722cc3015f90b7521d77ffbc6ae65b 100644 (file)
@@ -23,7 +23,6 @@
        An individual which knows the OTU from which it came, 
        the group it is in and its abundance.  */
 
-using namespace std;
 
 class SharedSAbundVector : public DataVector {
        
@@ -46,6 +45,7 @@ public:
        void pop_back();
        void resize(int);
        int size();
+       void clear();
 
        void print(ostream&);