lemon/bfs.h
changeset 764 684964884a2e
parent 763 f47b6c94577e
parent 760 4ac30454f1c1
child 833 e20173729589
child 834 c2230649a493
     1.1 --- a/lemon/bfs.h	Sun Aug 02 12:40:20 2009 +0200
     1.2 +++ b/lemon/bfs.h	Fri Sep 25 09:13:03 2009 +0200
     1.3 @@ -414,8 +414,8 @@
     1.4      ///\name Execution Control
     1.5      ///The simplest way to execute the BFS algorithm is to use one of the
     1.6      ///member functions called \ref run(Node) "run()".\n
     1.7 -    ///If you need more control on the execution, first you have to call
     1.8 -    ///\ref init(), then you can add several source nodes with
     1.9 +    ///If you need better control on the execution, you have to call
    1.10 +    ///\ref init() first, then you can add several source nodes with
    1.11      ///\ref addSource(). Finally the actual path computation can be
    1.12      ///performed with one of the \ref start() functions.
    1.13  
    1.14 @@ -1422,8 +1422,8 @@
    1.15      /// \name Execution Control
    1.16      /// The simplest way to execute the BFS algorithm is to use one of the
    1.17      /// member functions called \ref run(Node) "run()".\n
    1.18 -    /// If you need more control on the execution, first you have to call
    1.19 -    /// \ref init(), then you can add several source nodes with
    1.20 +    /// If you need better control on the execution, you have to call
    1.21 +    /// \ref init() first, then you can add several source nodes with
    1.22      /// \ref addSource(). Finally the actual path computation can be
    1.23      /// performed with one of the \ref start() functions.
    1.24