Ignore:
Timestamp:
02/19/07 02:51:22 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2122 r2124  
    747747                if (0) LoadObjects(buf, pvsObjects, mObjects); 
    748748 
     749                const bool finalizeViewCells = true; 
    749750                cout << "loading view cells from " << buf << endl; 
    750751 
     
    752753                                                                                                                        pvsObjects, 
    753754                                                                                                                        mObjects,  
    754                                                                                                                         true,  
     755                                                                                                                        finalizeViewCells,  
    755756                                                                                                                        NULL); 
    756757 
     
    13661367         
    13671368                if ((int)rays.size() > 100000 && i % 100000 == 0) 
    1368                         //cout << "here2 " << vssRays.size()<<endl; 
    13691369                        cout<<"\r"<<i<<"/"<<(int)rays.size()<<"\r"; 
    13701370        } 
Note: See TracChangeset for help on using the changeset viewer.