lemon/lemon_reader.h
changeset 2100 6fbe90faf02a
parent 2084 59769591eb60
child 2153 b1fb96088350
     1.1 --- a/lemon/lemon_reader.h	Wed May 31 16:48:31 2006 +0000
     1.2 +++ b/lemon/lemon_reader.h	Tue Jun 06 12:47:01 2006 +0000
     1.3 @@ -767,7 +767,7 @@
     1.4      ///
     1.5      /// Constructor for NodeSetReader. It creates the NodeSetReader and
     1.6      /// attach it into the given LemonReader. The nodeset reader will
     1.7 -    /// add the readed nodes to the given Graph. The reader will read
     1.8 +    /// add the read nodes to the given Graph. The reader will read
     1.9      /// the section when the \c section_name and the \c _name are the same. 
    1.10      NodeSetReader(LemonReader& _reader, 
    1.11  		  Graph& _graph, 
    1.12 @@ -991,7 +991,7 @@
    1.13      ///
    1.14      /// Constructor for EdgeSetReader. It creates the EdgeSetReader and
    1.15      /// attach it into the given LemonReader. The edgeset reader will
    1.16 -    /// add the readed edges to the given Graph. It will use the given
    1.17 +    /// add the read edges to the given Graph. It will use the given
    1.18      /// node id reader to read the source and target nodes of the edges.
    1.19      /// The reader will read the section only if the \c _name and the 
    1.20      /// \c edgset_name are the same. 
    1.21 @@ -1235,7 +1235,7 @@
    1.22      ///
    1.23      /// Constructor for UEdgeSetReader. It creates the UEdgeSetReader 
    1.24      /// and attach it into the given LemonReader. The undirected edgeset 
    1.25 -    /// reader will add the readed undirected edges to the given Graph. It 
    1.26 +    /// reader will add the read undirected edges to the given Graph. It 
    1.27      /// will use the given node id reader to read the source and target 
    1.28      /// nodes of the edges. The reader will read the section only if the 
    1.29      /// \c _name and the \c uedgset_name are the same.