demo/arg_parser_demo.cc
changeset 877 141f9c0db4a3
parent 842 c2ff0a365245
     1.1 --- a/demo/arg_parser_demo.cc	Wed Mar 17 12:35:52 2010 +0100
     1.2 +++ b/demo/arg_parser_demo.cc	Sat Mar 06 14:35:12 2010 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2009
     1.8 + * Copyright (C) 2003-2010
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -69,7 +69,7 @@
    1.13    // exit(1) on these cases, but this makes Valgrind falsely warn
    1.14    // about memory leaks.
    1.15    ap.throwOnProblems();
    1.16 -  
    1.17 +
    1.18    // Perform the parsing process
    1.19    // (in case of any error it terminates the program)
    1.20    // The try {} construct is necessary only if the ap.trowOnProblems()