Ignore:
Timestamp:
08/28/06 18:42:33 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1288 r1291  
    279279                const float costRatio = splitCandidate->GetRenderCostDecrease() / mTotalCost; 
    280280 
    281                 Debug << "ratio: " << costRatio << " min ratio: " << mTermMinGlobalCostRatio << endl; 
     281                //Debug << "ratio: " << costRatio << " min ratio: " << mTermMinGlobalCostRatio << endl; 
    282282                if (costRatio < mTermMinGlobalCostRatio) 
    283283                        ++ mGlobalCostMisses; 
     
    685685} 
    686686 
    687 } 
     687 
     688 
     689} 
Note: See TracChangeset for help on using the changeset viewer.