X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.h;h=c9c23c80f88d0ab0c98ae058748c544a561b76d3;hb=44f3a3c81a34fdee62550d98838a4b421e8df08e;hp=0626b86cd96792dfce2b4c523760749f44d74858;hpb=6f0e427633e7ee80b6494eb677ad60e6cea94d62;p=mothur.git diff --git a/mgclustercommand.h b/mgclustercommand.h index 0626b86..c9c23c8 100644 --- a/mgclustercommand.h +++ b/mgclustercommand.h @@ -58,13 +58,13 @@ private: double cutoff; float penalty; int precision, length, precisionLength; - bool abort, minWanted, hclusterWanted, merge, hard, large; + bool abort, minWanted, hclusterWanted, merge, hard; void printData(ListVector*); ListVector* mergeOPFs(map, float); void sortHclusterFiles(string, string); vector getSeqs(ifstream&); - void createRabund(CountTable*, ListVector*); + void createRabund(CountTable*&, ListVector*&, RAbundVector*&); };