X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=consensuscommand.h;h=7a7960708c9b5d17d69355caaf8cfd8be089e76d;hb=058715887611e00dc18324cb0bd4a4a8472530b3;hp=145bea5bdaf24410229cb42e889e7f02cacdd9c8;hpb=7e354c9abb09ea3cf5b500a16cc7f6dd79ccb6f5;p=mothur.git 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&);