COIN-OR::LEMON - Graph Library

Changeset 2527:10f3b3286e63 in lemon-0.x for lemon/circulation.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/circulation.h

    r2526 r2527  
    231231
    232232    /// @}
     233
     234  protected:
     235
     236    Circulation() {}
     237 
     238  public:
    233239
    234240    /// The constructor of the class.
Note: See TracChangeset for help on using the changeset viewer.