lemon/list_graph.h
changeset 1092 dceba191c00d
parent 1049 7bf489cf624e
child 1130 0759d974de81
child 1147 138714057145
     1.1 --- a/lemon/list_graph.h	Fri Aug 09 14:07:27 2013 +0200
     1.2 +++ b/lemon/list_graph.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-2010
     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 @@ -1765,7 +1765,7 @@
    1.13  
    1.14      void next(BlueNode& node) const {
    1.15        node.id = nodes[node.id].partition_next;
    1.16 -    }    
    1.17 +    }
    1.18  
    1.19      void first(Arc& e) const {
    1.20        int n = first_node;