[Lemon-commits] [lemon_svn] marci: r254 - hugo/trunk/src/work/alpar
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:38:22 CET 2006
Author: marci
Date: Fri Mar 12 17:13:44 2004
New Revision: 254
Modified:
hugo/trunk/src/work/alpar/emptygraph.h
Log:
Node <-> NodeIt correction in next
Modified: hugo/trunk/src/work/alpar/emptygraph.h
==============================================================================
--- hugo/trunk/src/work/alpar/emptygraph.h (original)
+++ hugo/trunk/src/work/alpar/emptygraph.h Fri Mar 12 17:13:44 2004
@@ -128,7 +128,7 @@
// EdgeIt getNext(EdgeIt) const {}
/// Go to the next node.
- Node &next(Node &i) const { return i;}
+ NodeIt &next(NodeIt &i) const { return i;}
/// Go to the next incoming edge.
InEdgeIt &next(InEdgeIt &i) const { return i;}
/// Go to the next outgoing edge.
More information about the Lemon-commits
mailing list