COIN-OR::LEMON - Graph Library

Changeset 2527:10f3b3286e63 in lemon-0.x for lemon/preflow.h


Ignore:
Timestamp:
11/28/07 19:01:38 (16 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3403
Message:

bug fix
class without constructor error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/preflow.h

    r2525 r2527  
    169169    bool _phase;
    170170
     171
    171172    void createStructures() {
    172173      _node_num = countNodes(_graph);
     
    266267
    267268    /// @}
     269
     270  protected:
     271   
     272    Preflow() {}
     273
     274  public:
     275
    268276
    269277    /// \brief The constructor of the class.
Note: See TracChangeset for help on using the changeset viewer.