X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readtree.h;fp=readtree.h;h=6b074de839070a86bd3e010bbf222a7ec4011dce;hb=f55cf350ca6643f8eb070d8336e1957699a3f109;hp=b5b26ed0b81ee7d3ad5a87a3515e54881b5daf78;hpb=eb4bb52af987ff4df7354d95d60cd763aec537e1;p=mothur.git diff --git a/readtree.h b/readtree.h index b5b26ed..6b074de 100644 --- a/readtree.h +++ b/readtree.h @@ -30,7 +30,7 @@ class ReadTree { float readBranchLength(istream& f); vector getTrees() { return Trees; } - int AssembleTrees(); + int AssembleTrees(map); protected: vector Trees;