Ignore:
Timestamp:
11/09/06 19:05:09 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1733 r1736  
    320320        Debug << "max memory: " << mMaxMemory << endl; 
    321321        Debug << "use cost heuristics: " << mUseCostHeuristics << endl; 
    322         Debug << "use sah (surface area heuristics: " << mUseSah << endl; 
     322        Debug << "use surface area heuristics: " << mUseSah << endl; 
    323323        Debug << "subdivision stats log: " << subdivisionStatsLog << endl; 
    324324        Debug << "split borders: " << mSplitBorder << endl; 
Note: See TracChangeset for help on using the changeset viewer.