Ignore:
Timestamp:
03/01/06 10:31:49 (19 years ago)
Author:
mattausch
Message:

test version
build script for testing. code is set uo for testing also

File:
1 edited

Legend:

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

    r666 r667  
    152152        Debug << "use random axis: " << mUseRandomAxis << endl; 
    153153        Debug << "breath first splits: " << mBreathFirstSplits << endl; 
    154         Debug << "only driving axis: " << mOnlyDrivingAxis << endl; 
     154         
    155155        Debug << "octree: " << mSimulateOctree << endl; 
    156156 
     
    482482         
    483483        mBspStats.Start(); 
    484         cout << "Contructing vsp bsp tree ... \n"; 
     484        cout << "Constructing vsp bsp tree ... \n"; 
    485485 
    486486        long startTime = GetTime();      
     
    588588         
    589589        mBspStats.Start(); 
    590         cout << "Contructing vsp bsp tree ... \n"; 
     590        cout << "Constructing vsp bsp tree ... \n"; 
    591591 
    592592        long startTime = GetTime();      
Note: See TracChangeset for help on using the changeset viewer.