diff -r 8c14aa8f27a2 -r 7ceab500e1f6 lemon/suurballe.h --- a/lemon/suurballe.h Thu Jun 30 16:13:30 2005 +0000 +++ b/lemon/suurballe.h Fri Jul 01 10:33:27 2005 +0000 @@ -39,7 +39,7 @@ /// from a given source node to a given target node in an /// edge-weighted directed graph having minimal total weight (length). /// - ///\warning Length values should be nonnegative. + ///\warning Length values should be nonnegative! /// ///\param Graph The directed graph type the algorithm runs on. ///\param LengthMap The type of the length map (values should be nonnegative). @@ -121,7 +121,6 @@ reversed[e] = min_cost_flow.getFlow()[e]; paths.clear(); - //total_length=0; paths.resize(k); for (int j=0; j void getPath(Path& p, size_t j){