COIN-OR::LEMON - Graph Library

Changeset 2260:4274224f8a7d in lemon-0.x for lemon/grid_ugraph.h


Ignore:
Timestamp:
10/24/06 19:19:16 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3016
Message:

concept -> concepts (namespace & directory)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/grid_ugraph.h

    r2256 r2260  
    293293  ///\endcode
    294294  ///
    295   /// The graph type is fully conform to the \ref concept::UGraph
     295  /// The graph type is fully conform to the \ref concepts::UGraph
    296296  /// "Undirected Graph" concept,  and it also has an
    297297  ///important extra feature that
    298   ///its maps are real \ref concept::ReferenceMap "reference map"s.
     298  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
    299299  ///
    300300  ///
Note: See TracChangeset for help on using the changeset viewer.