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

Revision 5390, 382 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 hnode {
2    PART *part;
3    struct hnode *next;
4} HNODE;
5
6struct gbs_hash_struct;
7extern int Tree_count;
8extern gbs_hash_struct *Name_hash;
9#define HASH_MAX 123
10
11void hash_print(void);
12void hash_init(void);
13void hash_settreecount(int tree_count);
14void hash_free(void);
15PART *hash_getpart(void);
16void hash_insert(PART *part, int weight);
17void build_sorted_list(void);
Note: See TracBrowser for help on using the browser.