]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsabundvector.h
fixes while testing 1.33.0
[mothur.git] / sharedsabundvector.h
index 60b9364e471a0df8b295b23ea62b66e8a37bca47..cd78a2e1a6722cc3015f90b7521d77ffbc6ae65b 100644 (file)
@@ -11,8 +11,6 @@
  *
  */
 
-
-#include <Carbon/Carbon.h>
 #include "datavector.hpp"
 #include "rabundvector.hpp"
 #include "ordervector.hpp"
@@ -25,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 {
        
@@ -48,6 +45,7 @@ public:
        void pop_back();
        void resize(int);
        int size();
+       void clear();
 
        void print(ostream&);