Ignore:
Timestamp:
01/10/08 15:03:06 (16 years ago)
Author:
bittner
Message:

minor edits

File:
1 edited

Legend:

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

    r2588 r2590  
    12321232        { 
    12331233 
    1234           //mRayCaster->SortRays(rays); 
    1235         //      cout<<"Rays sorted in "<<TimeDiff(t1, GetTime())<<" ms."<<endl; 
     1234          mRayCaster->SortRays(rays); 
     1235          //    cout<<"Rays sorted in "<<TimeDiff(t1, GetTime())<<" ms."<<endl; 
    12361236        } 
    12371237 
     
    12671267                        cout << rays.size() / (1e3f * TimeDiff(t1, t2)) << "M rays/s" << endl; 
    12681268#endif 
    1269         } 
    1270  
    1271         cerr<<"Determining PVS objects"<<endl; 
     1269 
     1270        } 
     1271 
     1272        //      cerr<<"Determining PVS objects"<<endl; 
    12721273        DeterminePvsObjects(vssRays); 
    1273         cerr<<"done."<<endl; 
     1274        //      cerr<<"done."<<endl; 
     1275 
    12741276 
    12751277} 
Note: See TracChangeset for help on using the changeset viewer.