Ignore:
Timestamp:
04/24/08 07:19:14 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2657 r2659  
    140140#endif 
    141141cout<<"hello world"<<endl; 
     142 
    142143  int returnCode = 0; 
    143144 
     
    252253                exit(1); 
    253254        } 
     255        else  
     256                cout << "view cells successfully loaded" << endl; 
    254257 
    255258        string viewCellPointsFile; 
     
    295298        bool evalPixelError; 
    296299        Environment::GetSingleton()->GetBoolValue("Preprocessor.evaluatePixelError", evalPixelError); 
    297  
     300return 0; 
    298301#ifdef USE_QT 
    299302 
Note: See TracChangeset for help on using the changeset viewer.