[Lemon-commits] [lemon_svn] alpar: r1133 - hugo/trunk/src/hugo
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:43:26 CET 2006
Author: alpar
Date: Mon Sep 13 13:24:35 2004
New Revision: 1133
Modified:
hugo/trunk/src/hugo/path.h
Log:
Remove one remaining range checking.
Modified: hugo/trunk/src/hugo/path.h
==============================================================================
--- hugo/trunk/src/hugo/path.h (original)
+++ hugo/trunk/src/hugo/path.h Mon Sep 13 13:24:35 2004
@@ -640,9 +640,6 @@
///Push a new edge to the back of the path.
///\sa setStartNode
void pushBack(const GraphEdge& e) {
- if( !empty() && P.gr->tail(e)!=head() ) {
- fault("UndirPath::Builder::pushBack: nonincident edge");
- }
back.push_back(e);
}
More information about the Lemon-commits
mailing list