COIN-OR::LEMON - Graph Library

Changeset 392:db3251947eba in lemon-1.2 for lemon


Ignore:
Timestamp:
11/30/08 00:48:07 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Rename flowInit() to init() in Preflow (#176)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/preflow.h

    r391 r392  
    446446    /// \return %False when the given \c flowMap is not a preflow.
    447447    template <typename FlowMap>
    448     bool flowInit(const FlowMap& flowMap) {
     448    bool init(const FlowMap& flowMap) {
    449449      createStructures();
    450450
Note: See TracChangeset for help on using the changeset viewer.