COIN-OR::LEMON - Graph Library

Changeset 1999:2ff283124dfc in lemon-0.x for lemon/dag_shortest_path.h


Ignore:
Timestamp:
03/06/06 11:28:37 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2609
Message:

Clarifing alteration observing system
It is directly connected now to a container

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dag_shortest_path.h

    r1993 r1999  
    330330    typedef typename _Traits::OperationTraits OperationTraits;
    331331    /// \brief The Node weight map.
    332     typedef typename Graph::NodeMap<Value> WeightMap;
     332    typedef typename Graph::template NodeMap<Value> WeightMap;
    333333  private:
    334334    /// Pointer to the underlying graph
Note: See TracChangeset for help on using the changeset viewer.