COIN-OR::LEMON - Graph Library

Changeset 2384:805c5a2a36dd in lemon-0.x for lemon/edge_set.h


Ignore:
Timestamp:
03/01/07 18:14:24 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3215
Message:

getNotifier to notifier renaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/edge_set.h

    r2260 r2384  
    200200    typedef typename ItemSetTraits<Graph, Node>::ItemNotifier NodeNotifier;
    201201
    202     NodeNotifier& getNotifier(Node) const {
    203       return graph->getNotifier(Node());
     202    NodeNotifier& notifier(Node) const {
     203      return graph->notifier(Node());
    204204    }
    205205
     
    528528    typedef typename ItemSetTraits<Graph, Node>::ItemNotifier NodeNotifier;
    529529
    530     NodeNotifier& getNotifier(Node) const {
    531       return graph->getNotifier(Node());
     530    NodeNotifier& notifier(Node) const {
     531      return graph->notifier(Node());
    532532    }
    533533
Note: See TracChangeset for help on using the changeset viewer.