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/hierarchygraph.h

    r691 r826  
    528528  };
    529529
    530   /// An empty eraseable graph class.
    531 
    532   /// This class provides all the common features of an \e eraseable graph
     530  /// An empty erasable graph class.
     531
     532  /// This class provides all the common features of an \e erasable graph
    533533  /// structure,
    534534  /// however completely without implementations and real data structures
     
    547547  /// like @ref ListGraph or
    548548  /// @ref SmartGraph will just refer to this structure.
    549 template < typename Gact, typename Gsub > class EraseableHierarchyGraph:public HierarchyGraph < Gact,
     549template < typename Gact, typename Gsub > class ErasableHierarchyGraph:public HierarchyGraph < Gact,
    550550    Gsub
    551551    >
     
    564564
    565565    /// Defalult constructor.
    566     EraseableHierarchyGraph ()
     566    ErasableHierarchyGraph ()
    567567    {
    568568    }
    569569    ///Copy consructor.
    570     EraseableHierarchyGraph (const HierarchyGraph < Gact, Gsub > &EPG)
     570    ErasableHierarchyGraph (const HierarchyGraph < Gact, Gsub > &EPG)
    571571    {
    572572    }
Note: See TracChangeset for help on using the changeset viewer.