Ignore:
Timestamp:
10/09/06 22:38:07 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1585 r1593  
    432432          cout << "loading view cells from " << buf << endl; 
    433433           
    434           // $$ does not compile -> commented out 
    435           mViewCellsManager = ViewCellsManager::LoadViewCells(buf, &mObjects, true, NULL); 
     434         mViewCellsManager = ViewCellsManager::LoadViewCells(buf, &mObjects, true, NULL); 
    436435           
    437436          if (!mViewCellsManager) 
    438                 return false; 
     437          { 
     438                  return false; 
     439          } 
    439440        } 
    440441        else 
Note: See TracChangeset for help on using the changeset viewer.