Ignore:
Timestamp:
09/27/06 19:23:51 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1501 r1522  
    164164 
    165165        // parse view cells related options 
    166         preprocessor->PrepareViewCells(); 
     166        if (!preprocessor->PrepareViewCells()) 
     167        { 
     168                Cleanup(); 
     169                exit(1); 
     170        } 
    167171 
    168172        if (0)  
Note: See TracChangeset for help on using the changeset viewer.