X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=consensuscommand.h;h=7a7960708c9b5d17d69355caaf8cfd8be089e76d;hp=145bea5bdaf24410229cb42e889e7f02cacdd9c8;hb=aa9238c0a9e6e7aa0ed8b8b606b08ad4fd7dcfe3;hpb=182db2b6f1747bc1e0b8cd3eceec8751abdd31d5 diff --git a/consensuscommand.h b/consensuscommand.h index 145bea5..7a79607 100644 --- a/consensuscommand.h +++ b/consensuscommand.h @@ -44,7 +44,7 @@ private: ofstream out, out2; int numNodes, numLeaves, count; //count is the next available spot in the tree vector - void getSets(); + int getSets(); int getSubgroupRating(vector); vector getSmallest(map< vector, int>); vector getNextAvailableSet(vector, vector&);