# HG changeset patch # User marci # Date 1084447552 0 # Node ID 3f3e184252d27ca56761ac258be2ad1e25b76dca # Parent 26819ef1611f7b9a608509087d9eaa4872c9564b undir -> dir in docs diff -r 26819ef1611f -r 3f3e184252d2 src/work/jacint/max_flow.h --- a/src/work/jacint/max_flow.h Thu May 13 10:30:20 2004 +0000 +++ b/src/work/jacint/max_flow.h Thu May 13 11:25:52 2004 +0000 @@ -37,7 +37,7 @@ ///calling \ref minCut. (\ref minMinCut and \ref maxMinCut writes ///the inclusionwise minimum and maximum of the minimum value ///cuts, resp.) - ///\param Graph The undirected graph type the algorithm runs on. + ///\param Graph The directed graph type the algorithm runs on. ///\param Num The number type of the capacities and the flow values. ///\param CapMap The type of the capacity map. ///\param FlowMap The type of the flow map.