root/branches/stable_5.0/CONSENSUS_TREE/CT_rbtree.hxx

Revision 5390, 150 bytes (checked in by westram, 4 years ago)

- TAB-Ex

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1typedef struct {
2    GBT_LEN len;
3    GBT_TREE *node;
4    int percent;
5} RB_INFO;
6
7
8void rb_init(char **names);
9
10GBT_TREE *rb_gettree(NT_NODE *tree);
Note: See TracBrowser for help on using the browser.