X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedrabundvector.h;fp=sharedrabundvector.h;h=5cc92a3b0904d7e685d89b8160c396f249164d1e;hp=ab0c26ad807928a13fbf7c7a6c256c82a7efa719;hb=c5c7502f435e1413c19e373dab1dfebcaa67588d;hpb=2e5ec5cbbd23637ed20da9bdd544d178a3b5d949 diff --git a/sharedrabundvector.h b/sharedrabundvector.h index ab0c26a..5cc92a3 100644 --- a/sharedrabundvector.h +++ b/sharedrabundvector.h @@ -49,6 +49,7 @@ public: int numNZ(); void sortD(); //Sorts the data in descending order. void push_front(int, int, string); //abundance, otu, groupname + void insert(int, int, string); //abundance, otu, groupname void push_back(int, int, string); //abundance, otu, groupname void pop_back(); void resize(int);