]> git.donarmstrong.com Git - mothur.git/blobdiff - consensuscommand.h
added checks for ^C to quit command instead of program
[mothur.git] / consensuscommand.h
index 145bea5bdaf24410229cb42e889e7f02cacdd9c8..7a7960708c9b5d17d69355caaf8cfd8be089e76d 100644 (file)
@@ -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<string>);
        vector<string> getSmallest(map< vector<string>, int>);
        vector<string> getNextAvailableSet(vector<string>, vector<string>&);