Ignore:
Timestamp:
05/14/08 19:06:06 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2676 r2677  
    257257        { 
    258258                cout << "importing random view cells" << endl; 
    259                 preprocessor->mViewCellsManager->ImportViewCellsList(viewCellPointsFile); 
    260                 cout << "finished" << endl; 
     259                if (preprocessor->mViewCellsManager->ImportViewCellsList(viewCellPointsFile)) 
     260                        cout << "successfully loaded " << viewCellPointsFile << endl; 
     261                else 
     262                        cout << "error: file << " << viewCellPointsFile << " not found, generating random view points!" << endl; 
    261263        } 
    262264 
Note: See TracChangeset for help on using the changeset viewer.