COIN-OR::LEMON - Graph Library

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


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/hugo/skeletons/graph.h

    r801 r826  
    457457      /// This function deletes all edges and nodes of the graph.
    458458      /// It also frees the memory allocated to store them.
    459       /// \todo It might belong to \c EraseableGraphSkeleton.
     459      /// \todo It might belong to \c ErasableGraphSkeleton.
    460460      void clear() { }
    461461    };
    462462
    463     /// An empty eraseable graph class.
     463    /// An empty erasable graph class.
    464464 
    465465    /// This class is an extension of \c GraphSkeleton. It also makes it
    466466    /// possible to erase edges or nodes.
    467     class EraseableGraphSkeleton : public GraphSkeleton
     467    class ErasableGraphSkeleton : public GraphSkeleton
    468468    {
    469469    public:
     
    472472      /// Defalult constructor.
    473473      ///
    474       EraseableGraphSkeleton() { }
     474      ErasableGraphSkeleton() { }
    475475      /// Deletes a node.
    476476
Note: See TracChangeset for help on using the changeset viewer.