Ignore:
Timestamp:
02/12/07 08:37:26 (17 years ago)
Author:
mattausch
Message:

warning: debug version

File:
1 edited

Legend:

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

    r2111 r2113  
    733733                cout << "loading view cells from " << buf << endl<<flush; 
    734734 
    735                 mViewCellsManager = ViewCellsManager::LoadViewCells(buf, &mObjects, true, NULL); 
     735                mViewCellsManager = ViewCellsManager::LoadViewCells(buf,  
     736                                                                                                                        mObjects,  
     737                                                                                                                        mObjects,  
     738                                                                                                                        true,  
     739                                                                                                                        NULL); 
    736740 
    737741                cout << "view cells loaded." << endl<<flush; 
Note: See TracChangeset for help on using the changeset viewer.