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

    r1199 r1233  
    938938  } 
    939939         
    940   SortSplitCandidates(leaf, info.axis); 
     940  SortSubdivisionCandidates(leaf, info.axis); 
    941941   
    942942  // go through the lists, count the number of objects left and right 
     
    11111111 
    11121112void 
    1113 RssTree::SortSplitCandidates( 
     1113RssTree::SortSubdivisionCandidates( 
    11141114                                                         RssTreeLeaf *node, 
    11151115                                                         const int axis 
     
    26422642  else  
    26432643        switch (passDiff) { 
    2644           //    case 0: 
     2644          case 0: 
    26452645          //      weight = 1.0f; 
    26462646          //      break; 
Note: See TracChangeset for help on using the changeset viewer.