Ignore:
Timestamp:
11/06/06 20:47:06 (18 years ago)
Author:
bittner
Message:

new visibility filter support

File:
1 edited

Legend:

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

    r1713 r1715  
    640640        {        
    641641          Environment::GetSingleton()->GetStringValue("ViewCells.filename", buf); 
    642           cout << "loading view cells from " << buf << endl; 
     642          cout << "loading view cells from " << buf << endl<<flush; 
    643643           
    644644         mViewCellsManager = ViewCellsManager::LoadViewCells(buf, &mObjects, true, NULL); 
    645            
     645 
     646         cout << "view cells loaded." << endl<<flush; 
     647          
    646648          if (!mViewCellsManager) 
    647649          { 
Note: See TracChangeset for help on using the changeset viewer.