X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.h;h=0626b86cd96792dfce2b4c523760749f44d74858;hb=6f0e427633e7ee80b6494eb677ad60e6cea94d62;hp=6f4453316a33d41cb18774d6c9b435bc563980e2;hpb=0ad366957902179879d950a6a5184779a73bab47;p=mothur.git diff --git a/mgclustercommand.h b/mgclustercommand.h index 6f44533..0626b86 100644 --- a/mgclustercommand.h +++ b/mgclustercommand.h @@ -47,6 +47,7 @@ private: Cluster* cluster; HCluster* hcluster; ListVector* list; + CountTable* ct; ListVector oldList; RAbundVector rav; vector overlapMatrix; @@ -63,7 +64,7 @@ private: ListVector* mergeOPFs(map, float); void sortHclusterFiles(string, string); vector getSeqs(ifstream&); - void createRabund(CountTable); + void createRabund(CountTable*, ListVector*); };