diff -r 624e673efa76 -r db3251947eba lemon/preflow.h --- a/lemon/preflow.h Fri Nov 21 14:26:58 2008 +0000 +++ b/lemon/preflow.h Sun Nov 30 00:48:07 2008 +0100 @@ -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) {