lemon/preflow.h
changeset 2350 eb371753e814
parent 2330 9dccb1abc721
child 2376 0ed45a6c74b1
     1.1 --- a/lemon/preflow.h	Mon Jan 22 12:13:57 2007 +0000
     1.2 +++ b/lemon/preflow.h	Tue Jan 23 12:51:39 2007 +0000
     1.3 @@ -155,7 +155,7 @@
     1.4      ///\param _t The target node.
     1.5      ///\param _cap The capacity of the edges. 
     1.6      ///\param _f The flow of the edges. 
     1.7 -    ///\param tol Tolerance class.
     1.8 +    ///\param _sr Tolerance class.
     1.9      ///Except the graph, all of these parameters can be reset by
    1.10      ///calling \ref source, \ref target, \ref capacityMap and \ref
    1.11      ///flowMap, resp.