X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedrabundvector.h;h=8f4227eebe0c21823a6f25d22ed3e29dbee79ab3;hb=dd173a49e37f6bae73a63c32dd7c98d317bb4a79;hp=14ec1b8e95d1aebea828c804ea1abc2e75b27217;hpb=f5023c911c377e5320c5110c78af98dd8841ef58;p=mothur.git diff --git a/sharedrabundvector.h b/sharedrabundvector.h index 14ec1b8..8f4227e 100644 --- a/sharedrabundvector.h +++ b/sharedrabundvector.h @@ -51,7 +51,7 @@ public: 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 push_back(int, string); //abundance, groupname void pop_back(); void resize(int); int size();