lemon/johnson.h
changeset 1953 d4f411003580
parent 1946 17eb3eaad9f8
child 1956 a055123339d5
     1.1 --- a/lemon/johnson.h	Fri Feb 03 14:22:45 2006 +0000
     1.2 +++ b/lemon/johnson.h	Fri Feb 03 15:58:24 2006 +0000
     1.3 @@ -151,7 +151,7 @@
     1.4      /// \brief Instantiates a PredMap.
     1.5      /// 
     1.6      /// This function instantiates a \ref PredMap. 
     1.7 -    /// \param G is the graph, to which we would like to define the PredMap.
     1.8 +    /// \param graph is the graph, to which we would like to define the PredMap.
     1.9      /// \todo The graph alone may be insufficient for the initialization
    1.10      static PredMap *createPredMap(const Graph& graph) {
    1.11        return new PredMap(graph);
    1.12 @@ -167,7 +167,7 @@
    1.13      /// \brief Instantiates a DistMap.
    1.14      ///
    1.15      /// This function instantiates a \ref DistMap. 
    1.16 -    /// \param G is the graph, to which we would like to define the 
    1.17 +    /// \param graph is the graph, to which we would like to define the 
    1.18      /// \ref DistMap
    1.19      static DistMap *createDistMap(const _Graph& graph) {
    1.20        return new DistMap(graph);