]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.h
added sort to heatmap to put shared otus at the top and updated some error checking
[mothur.git] / sharedrabundvector.h
index 92f71cdd75eca67df59f1f5cc548e61fe162b41e..ab0c26ad807928a13fbf7c7a6c256c82a7efa719 100644 (file)
@@ -48,7 +48,8 @@ public:
        int getAbundance(int);
        int numNZ();
        void sortD();  //Sorts the data in descending order.
-       void push_back(int, int, string);  //abundance, OTU, groupname
+       void push_front(int, int, string); //abundance, otu, groupname
+       void push_back(int, int, string);  //abundance, otu, groupname
        void pop_back();
        void resize(int);
        int size();