diff -r 7887be87f4a0 -r d303bfa8b1ed test/dfs_test.cc --- a/test/dfs_test.cc Mon Aug 08 13:02:26 2011 +0200 +++ b/test/dfs_test.cc Mon Aug 08 13:13:03 2011 +0200 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2010 + * Copyright (C) 2003-2011 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * @@ -219,7 +219,7 @@ Dfs dfs(G); check(dfs.run(s1,t1) && dfs.reached(t1),"Node 3 is reachable from Node 6."); } - + { NullMap myPredMap; dfs(G).predMap(myPredMap).run(s);