COIN-OR::LEMON - Graph Library

Changeset 2090:923f69c38d55 in lemon-0.x


Ignore:
Timestamp:
05/17/06 13:05:34 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2759
Message:

Docfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/graph.h

    r1993 r2090  
    119119    class StaticGraph
    120120    {
    121     public:
    122       ///\e
    123 
    124       /// Defalult constructor.
    125 
    126       /// Defalult constructor.
    127       ///
    128       StaticGraph() { }
    129       ///Copy consructor.
     121//      ///Copy consructor.
    130122
    131123//       ///\todo It is not clear, what we expect from a copy constructor.
    132124//       ///E.g. How to assign the nodes/edges to each other? What about maps?
    133125//       StaticGraph(const StaticGraph& g) { }
     126    public:
     127      ///\e
     128
     129      /// Defalult constructor.
     130
     131      /// Defalult constructor.
     132      ///
     133      StaticGraph() { }
    134134
    135135      /// The base type of node iterators,
Note: See TracChangeset for help on using the changeset viewer.