Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CONSENSUS_TREE/CT_dtree.cxx

    r5390 r6141  
    1919 
    2020/* destruct GBT-Tree and build partitions. This is done recursive by concatenate 
    21    all sons to build the father partition. All partitions are iinserted in the 
     21   all sons to build the father partition. All partitions are inserted in the 
    2222   hashtable */ 
    2323/* caution: I use the fact that each inner node must have two sons. */ 
     
    4949 
    5050 
    51 /* it is nessasary to destruct the left and the right side seperatly, because 
     51/* it is necessary to destruct the left and the right side separately, because 
    5252   the root is only a virtual node and must be ignored. Moreover the left and 
    5353   rightson are the same partition. So I may only insert right son.            */