diff -r 30fb4d68b0e8 -r 8f41a3129746 lemon/min_cost_flow.h --- a/lemon/min_cost_flow.h Sun Oct 05 13:36:43 2008 +0000 +++ b/lemon/min_cost_flow.h Sun Oct 05 13:37:17 2008 +0000 @@ -62,7 +62,6 @@ /// - \c CostMap::Value must be signed type. /// /// \author Peter Kovacs - template < typename Graph, typename LowerMap = typename Graph::template EdgeMap, typename CapacityMap = typename Graph::template EdgeMap,