Changeset 290:f6899946c1ac in lemon-main for demo
- Timestamp:
 - 09/30/08 20:53:18 (17 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - File:
 - 
          
- 1 edited
 
- 
          demo/lgf_demo.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
demo/lgf_demo.cc
r209 r290 50 50 node("target", t). // read 'target' node to t 51 51 run(); 52 } catch ( DataFormatError& error) { // check if there was any error52 } catch (Exception& error) { // check if there was any error 53 53 std::cerr << "Error: " << error.what() << std::endl; 54 54 return -1;  
Note: See TracChangeset
          for help on using the changeset viewer.
      
