diff --git a/lemon/preflow.h b/lemon/preflow.h --- a/lemon/preflow.h +++ b/lemon/preflow.h @@ -445,7 +445,7 @@ /// outgoing flow. /// \return %False when the given \c flowMap is not a preflow. template - bool flowInit(const FlowMap& flowMap) { + bool init(const FlowMap& flowMap) { createStructures(); for (ArcIt e(_graph); e != INVALID; ++e) {