COIN-OR::LEMON - Graph Library

Changeset 2100:6fbe90faf02a in lemon-0.x for lemon/lemon_reader.h


Ignore:
Timestamp:
06/06/06 14:47:01 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2775
Message:

Doc bug fix

readed => read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lemon_reader.h

    r2084 r2100  
    768768    /// Constructor for NodeSetReader. It creates the NodeSetReader and
    769769    /// attach it into the given LemonReader. The nodeset reader will
    770     /// add the readed nodes to the given Graph. The reader will read
     770    /// add the read nodes to the given Graph. The reader will read
    771771    /// the section when the \c section_name and the \c _name are the same.
    772772    NodeSetReader(LemonReader& _reader,
     
    992992    /// Constructor for EdgeSetReader. It creates the EdgeSetReader and
    993993    /// attach it into the given LemonReader. The edgeset reader will
    994     /// add the readed edges to the given Graph. It will use the given
     994    /// add the read edges to the given Graph. It will use the given
    995995    /// node id reader to read the source and target nodes of the edges.
    996996    /// The reader will read the section only if the \c _name and the
     
    12361236    /// Constructor for UEdgeSetReader. It creates the UEdgeSetReader
    12371237    /// and attach it into the given LemonReader. The undirected edgeset
    1238     /// reader will add the readed undirected edges to the given Graph. It
     1238    /// reader will add the read undirected edges to the given Graph. It
    12391239    /// will use the given node id reader to read the source and target
    12401240    /// nodes of the edges. The reader will read the section only if the
Note: See TracChangeset for help on using the changeset viewer.