X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsabundvector.h;h=cd78a2e1a6722cc3015f90b7521d77ffbc6ae65b;hp=60b9364e471a0df8b295b23ea62b66e8a37bca47;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=fd282e6b4be2560f5b1bd154a9e8d24b798eefaf diff --git a/sharedsabundvector.h b/sharedsabundvector.h index 60b9364..cd78a2e 100644 --- a/sharedsabundvector.h +++ b/sharedsabundvector.h @@ -11,8 +11,6 @@ * */ - -#include #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&);