lemon/concepts/bpgraph.h
changeset 1092 dceba191c00d
parent 1087 dd1443e4a34c
child 1130 0759d974de81
     1.1 --- a/lemon/concepts/bpgraph.h	Fri Aug 09 14:07:27 2013 +0200
     1.2 +++ b/lemon/concepts/bpgraph.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 @@ -804,12 +804,12 @@
    1.13        BlueNode asBlueNode(const Node&) const { return BlueNode(); }
    1.14  
    1.15        /// \brief Gives back the red end node of the edge.
    1.16 -      /// 
    1.17 +      ///
    1.18        /// Gives back the red end node of the edge.
    1.19        RedNode redNode(const Edge&) const { return RedNode(); }
    1.20  
    1.21        /// \brief Gives back the blue end node of the edge.
    1.22 -      /// 
    1.23 +      ///
    1.24        /// Gives back the blue end node of the edge.
    1.25        BlueNode blueNode(const Edge&) const { return BlueNode(); }
    1.26