lemon/bits/graph_extender.h
changeset 1092 dceba191c00d
parent 1027 8b2b9e61d8ce
child 1130 0759d974de81
     1.1 --- a/lemon/bits/graph_extender.h	Fri Aug 09 14:07:27 2013 +0200
     1.2 +++ b/lemon/bits/graph_extender.h	Fri Aug 09 11:28:17 2013 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2009
     1.8 + * Copyright (C) 2003-2013
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -843,7 +843,7 @@
    1.13      // Alterable extension
    1.14  
    1.15      typedef AlterationNotifier<BpGraphExtender, Node> NodeNotifier;
    1.16 -    typedef AlterationNotifier<BpGraphExtender, RedNode> RedNodeNotifier; 
    1.17 +    typedef AlterationNotifier<BpGraphExtender, RedNode> RedNodeNotifier;
    1.18      typedef AlterationNotifier<BpGraphExtender, BlueNode> BlueNodeNotifier;
    1.19      typedef AlterationNotifier<BpGraphExtender, Arc> ArcNotifier;
    1.20      typedef AlterationNotifier<BpGraphExtender, Edge> EdgeNotifier;