COIN-OR::LEMON - Graph Library

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

    r2522 r2527  
    273273    };
    274274
    275   public:
     275  protected:
     276   
     277    GoldbergTarjan() {}
     278
     279  public:
    276280
    277281    /// \brief The constructor of the class.
Note: See TracChangeset for help on using the changeset viewer.