Ignore:
Timestamp:
08/30/06 09:56:07 (18 years ago)
Author:
mattausch
Message:
 
File:
1 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( 
Note: See TracChangeset for help on using the changeset viewer.