[Lemon-commits] [lemon_svn] marci: r486 - hugo/trunk/src/work/marci
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:39:42 CET 2006
Author: marci
Date: Wed Apr 21 16:59:43 2004
New Revision: 486
Modified:
hugo/trunk/src/work/marci/bfsit_vs_byhand.cc
Log:
misc
Modified: hugo/trunk/src/work/marci/bfsit_vs_byhand.cc
==============================================================================
--- hugo/trunk/src/work/marci/bfsit_vs_byhand.cc (original)
+++ hugo/trunk/src/work/marci/bfsit_vs_byhand.cc Wed Apr 21 16:59:43 2004
@@ -28,7 +28,6 @@
{
ts.reset();
Graph::NodeMap<bool> reached(G);
- /*Reverse_bfs from t, to find the starting level.*/
reached.set(s, true);
pred.set(s, INVALID);
std::queue<Node> bfs_queue;
More information about the Lemon-commits
mailing list