Ignore:
Timestamp:
02/21/06 17:42:39 (18 years ago)
Author:
mattausch
Message:

adding function for testing purpose

File:
1 edited

Legend:

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

    r650 r660  
    264264        environment->GetFloatValue("BspTree.Construction.epsilon", mEpsilon); 
    265265 
    266         mSubdivisionStats.open("subdivisionStats.log"); 
     266        char subdivisionStatsLog[100]; 
     267        environment->GetStringValue("BspTree.subdivisionStats", subdivisionStatsLog); 
     268        mSubdivisionStats.open(subdivisionStatsLog); 
    267269 
    268270    Debug << "BSP max depth: " << mTermMaxDepth << endl; 
Note: See TracChangeset for help on using the changeset viewer.