Changeset 6141 for trunk/CONSENSUS_TREE/CT_rbtree.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/CONSENSUS_TREE/CT_rbtree.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CONSENSUS_TREE/CT_rbtree.cxx
r5390 r6141 21 21 22 22 23 /* Initiali se the modul*/23 /* Initialize the module */ 24 24 void rb_init(char **names) 25 25 { … … 37 37 38 38 39 /* build a remark with the p rocentile representation of the partition */39 /* build a remark with the percentage representation of the partition */ 40 40 char *rb_remark(const char *info, int perc, char *txt) 41 41 { … … 71 71 gbtnode->father = father; 72 72 73 info->node = gbtnode; /* return-info s*/73 info->node = gbtnode; /* return-information */ 74 74 info->percent = tree->part->percent; 75 75 info->len = tree->part->len;
