[Lemon-commits] [lemon_svn] alpar: r177 - hugo/trunk/src/work/alpar
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:37:56 CET 2006
Author: alpar
Date: Wed Feb 25 16:27:17 2004
New Revision: 177
Modified:
hugo/trunk/src/work/alpar/smart_graph.h
Log:
.
Modified: hugo/trunk/src/work/alpar/smart_graph.h
==============================================================================
--- hugo/trunk/src/work/alpar/smart_graph.h (original)
+++ hugo/trunk/src/work/alpar/smart_graph.h Wed Feb 25 16:27:17 2004
@@ -131,7 +131,7 @@
bool valid(NodeIt n) const { return n.n<int(nodes.size()); }
void setInvalid(EdgeIt &e) { e.n=INVALID_EDGE; }
- void setInvalid(NodeIt &e) { e.n=INVALID_NODE; }
+ void setInvalid(NodeIt &n) { n.n=INVALID_NODE; }
template <typename It> It next(It it) const
// { It tmp(it); return goNext(tmp); }
More information about the Lemon-commits
mailing list