COIN-OR::LEMON - Graph Library

Changeset 300:8c05947fc107 in lemon


Ignore:
Timestamp:
10/08/08 12:20:09 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Revert faulty changes of [dc9e8d2c0df9]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/core.h

    r282 r300  
    5959  /// @{
    6060
    61   ///Create convenient typedefs for the digraph types and iterators
     61  ///Create convenience typedefs for the digraph types and iterators
    6262
    6363  ///This \c \#define creates convenient type definitions for the following
     
    8181  typedef Digraph::ArcMap<bool> BoolArcMap;                             \
    8282  typedef Digraph::ArcMap<int> IntArcMap;                               \
    83   typedef Digraph::ArcMap<double> DoubleArcMap;
    84 
    85   ///Create convenient typedefs for the digraph types and iterators
     83  typedef Digraph::ArcMap<double> DoubleArcMap
     84
     85  ///Create convenience typedefs for the digraph types and iterators
    8686
    8787  ///\see DIGRAPH_TYPEDEFS
     
    101101  typedef typename Digraph::template ArcMap<bool> BoolArcMap;           \
    102102  typedef typename Digraph::template ArcMap<int> IntArcMap;             \
    103   typedef typename Digraph::template ArcMap<double> DoubleArcMap;
    104 
    105   ///Create convenient typedefs for the graph types and iterators
     103  typedef typename Digraph::template ArcMap<double> DoubleArcMap
     104
     105  ///Create convenience typedefs for the graph types and iterators
    106106
    107107  ///This \c \#define creates the same convenient type definitions as defined
     
    120120  typedef Graph::EdgeMap<bool> BoolEdgeMap;                             \
    121121  typedef Graph::EdgeMap<int> IntEdgeMap;                               \
    122   typedef Graph::EdgeMap<double> DoubleEdgeMap;
    123 
    124   ///Create convenient typedefs for the graph types and iterators
     122  typedef Graph::EdgeMap<double> DoubleEdgeMap
     123
     124  ///Create convenience typedefs for the graph types and iterators
    125125
    126126  ///\see GRAPH_TYPEDEFS
     
    135135  typedef typename Graph::template EdgeMap<bool> BoolEdgeMap;           \
    136136  typedef typename Graph::template EdgeMap<int> IntEdgeMap;             \
    137   typedef typename Graph::template EdgeMap<double> DoubleEdgeMap;
     137  typedef typename Graph::template EdgeMap<double> DoubleEdgeMap
    138138
    139139  /// \brief Function to count the items in a graph.
Note: See TracChangeset for help on using the changeset viewer.