Ignore:
Timestamp:
04/28/08 02:10:37 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2659 r2660  
    630630bool Preprocessor::PrepareViewCells() 
    631631{ 
     632#if 0 
    632633        // load the view cells assigning the found objects to the pvss 
    633 #if 0 
    634634        cerr << "loading binary view cells" << endl; 
    635635        ViewCellsManager *dummyViewCellsManager =  
     
    668668                const bool finalizeViewCells = true; 
    669669                cout << "loading view cells from " << buf << endl; 
    670 cout<<"here965"<<endl; 
     670                 
    671671                mViewCellsManager = ViewCellsManager::LoadViewCells(buf,  
    672672                                                                                                                        pvsObjects, 
Note: See TracChangeset for help on using the changeset viewer.