X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=weighted.h;h=d78edf4d49ffd17e24f8eb559747a43952ad522a;hb=fca3f55d5ded10c3dc77856f3cc4a1c53b02bb6f;hp=11cd26b2d9642cb2679a0f3dfc06d930c15127f0;hpb=7762fd5ec7582a78a31bb690a5c05b76e5b899c2;p=mothur.git diff --git a/weighted.h b/weighted.h index 11cd26b..d78edf4 100644 --- a/weighted.h +++ b/weighted.h @@ -19,7 +19,7 @@ class Weighted : public TreeCalculator { public: - Weighted(TreeMap* t) : tmap(t) {}; + Weighted(TreeMap* t, bool r) : tmap(t), includeRoot(r) {}; ~Weighted() {}; EstOutput getValues(Tree*, string, string); @@ -41,6 +41,7 @@ class Weighted : public TreeCalculator { int processors; string outputDir; map< vector, set > rootForGrouping; //maps a grouping combo to the root for that combo + bool includeRoot; EstOutput driver(Tree*, vector< vector >, int, int); EstOutput createProcesses(Tree*, vector< vector >);