diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/hao_orlin.h --- a/lemon/hao_orlin.h Sun Dec 21 20:47:15 2008 +0100 +++ b/lemon/hao_orlin.h Thu Jan 01 00:00:00 2009 +0100 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2008 + * Copyright (C) 2003-2009 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * @@ -238,7 +238,7 @@ for (NodeIt t(_graph); t != INVALID; ++t) { if (reached[t]) continue; _sets.push_front(std::list()); - + queue[qlast++] = t; reached.set(t, true); @@ -538,7 +538,7 @@ for (NodeIt t(_graph); t != INVALID; ++t) { if (reached[t]) continue; _sets.push_front(std::list()); - + queue[qlast++] = t; reached.set(t, true);