Ignore:
Timestamp:
09/18/06 18:57:34 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/OspTree.cpp

    r1315 r1415  
    155155        } 
    156156 
    157         // if not using kd tree root, delete tree (otherwise mKdTree has to do the job) 
     157        // delete hierarchy only if not using the hierarchy from  
     158        // some other kd tree (otherwise the other kd tree has to do the job) 
    158159        if (!mCopyFromKdTree) 
    159160                DEL_PTR(mRoot); 
Note: See TracChangeset for help on using the changeset viewer.