]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundfloatvector.h
sped up align.seqs appending of files
[mothur.git] / sharedrabundfloatvector.h
index f826d9ce4b525e61909324c3481dd6a7bd847146..b0d84916134478516504eba4d583a58d00ac5be0 100644 (file)
@@ -51,6 +51,7 @@ public:
        void push_back(float, string);  //abundance, groupname
        void pop_back();
        void resize(int);
+       void clear();
        int size();
        
        void print(ostream&);
@@ -74,6 +75,8 @@ private:
        float numSeqs;
        string group;
        int index;      
+       
+       int eliminateZeroOTUS(vector<SharedRAbundFloatVector*>&);
 };