Changeset 6141 for trunk/CONSENSUS_TREE/CT_dtree.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/CONSENSUS_TREE/CT_dtree.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CONSENSUS_TREE/CT_dtree.cxx
r5390 r6141 19 19 20 20 /* destruct GBT-Tree and build partitions. This is done recursive by concatenate 21 all sons to build the father partition. All partitions are i inserted in the21 all sons to build the father partition. All partitions are inserted in the 22 22 hashtable */ 23 23 /* caution: I use the fact that each inner node must have two sons. */ … … 49 49 50 50 51 /* it is ne ssasary to destruct the left and the right side seperatly, because51 /* it is necessary to destruct the left and the right side separately, because 52 52 the root is only a virtual node and must be ignored. Moreover the left and 53 53 rightson are the same partition. So I may only insert right son. */
