COIN-OR::LEMON - Graph Library

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/peter/edgepathgraph.h

    r677 r826  
    365365  };
    366366
    367   /// An empty eraseable graph class.
     367  /// An empty erasable graph class.
    368368 
    369   /// This class provides all the common features of an \e eraseable graph
     369  /// This class provides all the common features of an \e erasable graph
    370370  /// structure,
    371371  /// however completely without implementations and real data structures
     
    385385  /// @ref SmartGraph will just refer to this structure.
    386386  template <typename P, typename Gact, typename Gsub>
    387   class EraseableEdgePathGraph : public EdgePathGraph<P, Gact, Gsub>
     387  class ErasableEdgePathGraph : public EdgePathGraph<P, Gact, Gsub>
    388388  {
    389389  public:
     
    394394
    395395    /// Defalult constructor.
    396     EraseableEdgePathGraph() {}
     396    ErasableEdgePathGraph() {}
    397397    ///Copy consructor.
    398     EraseableEdgePathGraph(const EdgePathGraph<P, Gact, Gsub> &EPG) {}
     398    ErasableEdgePathGraph(const EdgePathGraph<P, Gact, Gsub> &EPG) {}
    399399  };
    400400
Note: See TracChangeset for help on using the changeset viewer.