X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=weighted.h;h=fedfa0ce8d372420baba40964010fd46004fb716;hb=9b884118e97081d743c7b001216567f9b9131258;hp=3914ef229112d8cf4bd5b55033de0f459bbef25a;hpb=e03de8796670a0c747aed63483daa09c8b86aea0;p=mothur.git diff --git a/weighted.h b/weighted.h index 3914ef2..fedfa0c 100644 --- a/weighted.h +++ b/weighted.h @@ -30,6 +30,8 @@ class Weighted : public TreeCalculator { TreeMap* tmap; map::iterator it; map WScore; //a score for each group combination i.e. AB, AC, BC. + + vector getBranchLengthSums(Tree*); }; /***********************************************************************/