COIN-OR::LEMON - Graph Library

Changeset 826:056fbb112b30 in lemon-0.x for src/work/marci


Ignore:
Timestamp:
09/09/04 11:18:41 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1122
Message:

Spell checking (Ereasable ->Erasable), affected also the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/graph_concept.h

    r652 r826  
    400400
    401401
    402   /// \brief Node-eraseable graph concept.
     402  /// \brief Node-erasable graph concept.
    403403  ///
    404404  /// A graph class which provides a function to
    405405  /// delete any of its nodes.
    406   class NodeEraseableGraphConcept : virtual public GraphConcept
     406  class NodeErasableGraphConcept : virtual public GraphConcept
    407407  {
    408408  public:
     
    412412
    413413
    414   /// \brief Edge-eraseable graph concept.
     414  /// \brief Edge-erasable graph concept.
    415415  ///
    416416  /// A graph class which provides a function to delete any
    417417  /// of its edges.
    418   class EdgeEraseableGraphConcept : virtual public GraphConcept
     418  class EdgeErasableGraphConcept : virtual public GraphConcept
    419419  {
    420420  public:
Note: See TracChangeset for help on using the changeset viewer.