Ignore:
Timestamp:
08/20/06 22:48:01 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1201 r1233  
    435435 
    436436void 
    437 KdTree::SortSplitCandidates( 
     437KdTree::SortSubdivisionCandidates( 
    438438                            KdLeaf *node, 
    439439                            const int axis 
     
    485485{ 
    486486 
    487   SortSplitCandidates(node, axis); 
     487  SortSubdivisionCandidates(node, axis); 
    488488   
    489489  // go through the lists, count the number of objects left and right 
Note: See TracChangeset for help on using the changeset viewer.