... | ... |
@@ -60,3 +60,3 @@ |
60 | 60 |
|
61 |
///Create |
|
61 |
///Create convenience typedefs for the digraph types and iterators |
|
62 | 62 |
|
... | ... |
@@ -82,5 +82,5 @@ |
82 | 82 |
typedef Digraph::ArcMap<int> IntArcMap; \ |
83 |
typedef Digraph::ArcMap<double> DoubleArcMap |
|
83 |
typedef Digraph::ArcMap<double> DoubleArcMap |
|
84 | 84 |
|
85 |
///Create |
|
85 |
///Create convenience typedefs for the digraph types and iterators |
|
86 | 86 |
|
... | ... |
@@ -102,5 +102,5 @@ |
102 | 102 |
typedef typename Digraph::template ArcMap<int> IntArcMap; \ |
103 |
typedef typename Digraph::template ArcMap<double> DoubleArcMap |
|
103 |
typedef typename Digraph::template ArcMap<double> DoubleArcMap |
|
104 | 104 |
|
105 |
///Create |
|
105 |
///Create convenience typedefs for the graph types and iterators |
|
106 | 106 |
|
... | ... |
@@ -121,5 +121,5 @@ |
121 | 121 |
typedef Graph::EdgeMap<int> IntEdgeMap; \ |
122 |
typedef Graph::EdgeMap<double> DoubleEdgeMap |
|
122 |
typedef Graph::EdgeMap<double> DoubleEdgeMap |
|
123 | 123 |
|
124 |
///Create |
|
124 |
///Create convenience typedefs for the graph types and iterators |
|
125 | 125 |
|
... | ... |
@@ -136,3 +136,3 @@ |
136 | 136 |
typedef typename Graph::template EdgeMap<int> IntEdgeMap; \ |
137 |
typedef typename Graph::template EdgeMap<double> DoubleEdgeMap |
|
137 |
typedef typename Graph::template EdgeMap<double> DoubleEdgeMap |
|
138 | 138 |
|
0 comments (0 inline)