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/VssTree.cpp

    r1004 r1233  
    794794  } 
    795795         
    796   SortSplitCandidates(leaf, axis); 
     796  SortSubdivisionCandidates(leaf, axis); 
    797797   
    798798  // go through the lists, count the number of objects left and right 
     
    892892 
    893893void 
    894 VssTree::SortSplitCandidates( 
     894VssTree::SortSubdivisionCandidates( 
    895895                                                         VssTreeLeaf *node, 
    896896                                                         const int axis 
Note: See TracChangeset for help on using the changeset viewer.