lemon/preflow.h
changeset 392 db3251947eba
parent 391 624e673efa76
child 393 37054b67d807
     1.1 --- a/lemon/preflow.h	Fri Nov 21 14:26:58 2008 +0000
     1.2 +++ b/lemon/preflow.h	Sun Nov 30 00:48:07 2008 +0100
     1.3 @@ -445,7 +445,7 @@
     1.4      /// outgoing flow.
     1.5      /// \return %False when the given \c flowMap is not a preflow.
     1.6      template <typename FlowMap>
     1.7 -    bool flowInit(const FlowMap& flowMap) {
     1.8 +    bool init(const FlowMap& flowMap) {
     1.9        createStructures();
    1.10  
    1.11        for (ArcIt e(_graph); e != INVALID; ++e) {