lemon/min_cost_flow.h
changeset 2620 8f41a3129746
parent 2588 4d3bc1d04c1d
     1.1 --- a/lemon/min_cost_flow.h	Sun Oct 05 13:36:43 2008 +0000
     1.2 +++ b/lemon/min_cost_flow.h	Sun Oct 05 13:37:17 2008 +0000
     1.3 @@ -62,7 +62,6 @@
     1.4    /// - \c CostMap::Value must be signed type.
     1.5    ///
     1.6    /// \author Peter Kovacs
     1.7 -
     1.8    template < typename Graph,
     1.9               typename LowerMap = typename Graph::template EdgeMap<int>,
    1.10               typename CapacityMap = typename Graph::template EdgeMap<int>,