Changeset 1298 for GTP/trunk/Lib


Ignore:
Timestamp:
08/30/06 09:56:07 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
2 edited

Legend:

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

    r1297 r1298  
    842842                { 
    843843                        if (mUseCostHeuristics) 
    844                         {cout << "h"; 
     844                        { 
    845845                                //-- partition objects using heuristics 
    846846                                nCostRatio[axis] = 
     
    852852                        } 
    853853                        else 
    854                         {cout << "m"; 
     854                        { 
    855855                                nCostRatio[axis] = 
    856856                                        EvalLocalObjectPartition( 
  • GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.cpp

    r1297 r1298  
    273273        const long startTime = GetTime();        
    274274         
    275         const bool repairQueue = false; 
     275        const bool repairQueue = true; 
    276276        // process object space candidates 
    277277        RunConstruction(repairQueue); 
Note: See TracChangeset for help on using the changeset viewer.