root/branches/stable_5.0/CONSENSUS_TREE/CT_rbtree.hxx
| Revision 5390, 150 bytes (checked in by westram, 4 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | typedef struct { |
| 2 | GBT_LEN len; |
| 3 | GBT_TREE *node; |
| 4 | int percent; |
| 5 | } RB_INFO; |
| 6 | |
| 7 | |
| 8 | void rb_init(char **names); |
| 9 | |
| 10 | GBT_TREE *rb_gettree(NT_NODE *tree); |
Note: See TracBrowser
for help on using the browser.
