]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.h
started shared utilities, updates to venn and heatmap added tree.groups command
[mothur.git] / sharedrabundvector.h
index ab0c26ad807928a13fbf7c7a6c256c82a7efa719..5cc92a3b0904d7e685d89b8160c396f249164d1e 100644 (file)
@@ -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);