Ignore:
Timestamp:
04/26/06 08:11:30 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r810 r822  
    15641564 
    15651565                                // allows faster split because we have axis aligned kd tree boxes 
    1566                                 if (0 && isKdNode) 
     1566                                if (1 && isKdNode) 
    15671567                                { 
    15681568                                        nCostRatio[axis] = EvalAxisAlignedSplitCost(tData, 
     
    16041604                        else 
    16051605                        { 
     1606                                 
    16061607                                nCostRatio[axis] = 
    16071608                                        BestCostRatioHeuristics(*tData.mRays, 
     
    16101611                                                                                        axis, 
    16111612                                                                                        nPosition[axis]); 
     1613 
     1614                                 
    16121615                        } 
    16131616 
Note: See TracChangeset for help on using the changeset viewer.