X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsabundvector.h;h=cd78a2e1a6722cc3015f90b7521d77ffbc6ae65b;hp=64b89835157090b3274303694fe59e7f079b34e4;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed diff --git a/sharedsabundvector.h b/sharedsabundvector.h index 64b8983..cd78a2e 100644 --- a/sharedsabundvector.h +++ b/sharedsabundvector.h @@ -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&);