undir -> dir in docs
authormarci
Thu, 13 May 2004 11:25:52 +0000
changeset 6323f3e184252d2
parent 631 26819ef1611f
child 633 305bd9c56f10
undir -> dir in docs
src/work/jacint/max_flow.h
     1.1 --- a/src/work/jacint/max_flow.h	Thu May 13 10:30:20 2004 +0000
     1.2 +++ b/src/work/jacint/max_flow.h	Thu May 13 11:25:52 2004 +0000
     1.3 @@ -37,7 +37,7 @@
     1.4    ///calling \ref minCut. (\ref minMinCut and \ref maxMinCut writes
     1.5    ///the inclusionwise minimum and maximum of the minimum value
     1.6    ///cuts, resp.)                                                                                                                               
     1.7 -  ///\param Graph The undirected graph type the algorithm runs on.
     1.8 +  ///\param Graph The directed graph type the algorithm runs on.
     1.9    ///\param Num The number type of the capacities and the flow values.
    1.10    ///\param CapMap The type of the capacity map.
    1.11    ///\param FlowMap The type of the flow map.