COIN-OR::LEMON - Graph Library

Changeset 288:47b3a3b67837 in lemon-1.2 for lemon/dfs.h


Ignore:
Timestamp:
09/29/08 09:58:25 (16 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Use proper traits class in visitor based algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dfs.h

    r287 r288  
    12661266  template <typename _Digraph = ListDigraph,
    12671267            typename _Visitor = DfsVisitor<_Digraph>,
    1268             typename _Traits = DfsDefaultTraits<_Digraph> >
     1268            typename _Traits = DfsVisitDefaultTraits<_Digraph> >
    12691269#endif
    12701270  class DfsVisit {
Note: See TracChangeset for help on using the changeset viewer.