diff -r 7f6e2bd76654 -r 141f9c0db4a3 demo/arg_parser_demo.cc --- a/demo/arg_parser_demo.cc Wed Mar 17 12:35:52 2010 +0100 +++ b/demo/arg_parser_demo.cc Sat Mar 06 14:35:12 2010 +0000 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2009 + * Copyright (C) 2003-2010 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * @@ -69,7 +69,7 @@ // exit(1) on these cases, but this makes Valgrind falsely warn // about memory leaks. ap.throwOnProblems(); - + // Perform the parsing process // (in case of any error it terminates the program) // The try {} construct is necessary only if the ap.trowOnProblems()