COIN-OR::LEMON - Graph Library

Changeset 407:db3251947eba in lemon 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

    r406 r407  
    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.