X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unweighted.h;fp=unweighted.h;h=598af1a9a561fb51a5861c9e26a4c1994b1d2ad3;hb=edad2fa8defaa6856b3606a215bf64b91340eeb4;hp=f41326115020013fb2e59df755bff1e961001c8d;hpb=5334a314651228c55fd0f206dec0209bc3148b24;p=mothur.git diff --git a/unweighted.h b/unweighted.h index f413261..598af1a 100644 --- a/unweighted.h +++ b/unweighted.h @@ -37,12 +37,13 @@ class Unweighted : public TreeCalculator { TreeMap* tmap; int processors; string outputDir; + map< vector, set > rootForGrouping; //maps a grouping combo to the roots for that combo EstOutput driver(Tree*, vector< vector >, int, int); EstOutput createProcesses(Tree*, vector< vector >); EstOutput driver(Tree*, vector< vector >, int, int, bool); EstOutput createProcesses(Tree*, vector< vector >, bool); - + int getRoot(Tree*, int, vector); }; /***********************************************************************/