COIN-OR::LEMON - Graph Library

Changeset 2006:00d59f733817 in lemon-0.x for lemon/graph_utils.h


Ignore:
Timestamp:
03/15/06 10:44:17 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2621
Message:

Spellcheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_utils.h

    r2002 r2006  
    457457  /// \brief Class to copy a graph.
    458458  ///
    459   /// Class to copy a graph to an other graph (duplicate a graph). The
     459  /// Class to copy a graph to another graph (duplicate a graph). The
    460460  /// simplest way of using it is through the \c copyGraph() function.
    461461  template <typename Target, typename Source>
     
    580580  };
    581581
    582   /// \brief Copy a graph to an other graph.
    583   ///
    584   /// Copy a graph to an other graph.
     582  /// \brief Copy a graph to another graph.
     583  ///
     584  /// Copy a graph to another graph.
    585585  /// The usage of the function:
    586586  ///
     
    600600  /// \brief Class to copy an undirected graph.
    601601  ///
    602   /// Class to copy an undirected graph to an other graph (duplicate a graph).
     602  /// Class to copy an undirected graph to another graph (duplicate a graph).
    603603  /// The simplest way of using it is through the \c copyUGraph() function.
    604604  template <typename Target, typename Source>
     
    792792  };
    793793
    794   /// \brief Copy a graph to an other graph.
    795   ///
    796   /// Copy a graph to an other graph.
     794  /// \brief Copy a graph to another graph.
     795  ///
     796  /// Copy a graph to another graph.
    797797  /// The usage of the function:
    798798  ///
Note: See TracChangeset for help on using the changeset viewer.