0
9
0
... | ... |
@@ -17,6 +17,6 @@ |
17 | 17 |
*/ |
18 | 18 |
|
19 |
#ifndef LEMON_CONCEPT_DIGRAPH_H |
|
20 |
#define LEMON_CONCEPT_DIGRAPH_H |
|
19 |
#ifndef LEMON_CONCEPTS_DIGRAPH_H |
|
20 |
#define LEMON_CONCEPTS_DIGRAPH_H |
|
21 | 21 |
|
22 | 22 |
///\ingroup graph_concepts |
... | ... |
@@ -485,3 +485,3 @@ |
485 | 485 |
|
486 | 486 |
|
487 |
#endif |
|
487 |
#endif |
... | ... |
@@ -21,9 +21,8 @@ |
21 | 21 |
///\brief The concept of Undirected Graphs. |
22 | 22 |
|
23 |
#ifndef LEMON_CONCEPT_GRAPH_H |
|
24 |
#define LEMON_CONCEPT_GRAPH_H |
|
23 |
#ifndef LEMON_CONCEPTS_GRAPH_H |
|
24 |
#define LEMON_CONCEPTS_GRAPH_H |
|
25 | 25 |
|
26 | 26 |
#include <lemon/concepts/graph_components.h> |
27 |
#include <lemon/concepts/graph.h> |
|
28 | 27 |
#include <lemon/core.h> |
29 | 28 |
... | ... |
@@ -21,6 +21,6 @@ |
21 | 21 |
///\brief The concept of heaps. |
22 | 22 |
|
23 |
#ifndef LEMON_CONCEPT_HEAP_H |
|
24 |
#define LEMON_CONCEPT_HEAP_H |
|
23 |
#ifndef LEMON_CONCEPTS_HEAP_H |
|
24 |
#define LEMON_CONCEPTS_HEAP_H |
|
25 | 25 |
|
26 | 26 |
#include <lemon/core.h> |
... | ... |
@@ -244,3 +244,3 @@ |
244 | 244 |
} // namespace lemon |
245 | 245 |
} |
246 |
#endif |
|
246 |
#endif |
... | ... |
@@ -17,6 +17,6 @@ |
17 | 17 |
*/ |
18 | 18 |
|
19 |
#ifndef LEMON_CONCEPT_MAPS_H |
|
20 |
#define LEMON_CONCEPT_MAPS_H |
|
19 |
#ifndef LEMON_CONCEPTS_MAPS_H |
|
20 |
#define LEMON_CONCEPTS_MAPS_H |
|
21 | 21 |
|
22 | 22 |
#include <lemon/core.h> |
... | ... |
@@ -214,3 +214,3 @@ |
214 | 214 |
} //namespace lemon |
215 | 215 |
|
216 |
#endif |
|
216 |
#endif |
... | ... |
@@ -22,6 +22,6 @@ |
22 | 22 |
/// |
23 | 23 |
|
24 |
#ifndef LEMON_CONCEPT_PATH_H |
|
25 |
#define LEMON_CONCEPT_PATH_H |
|
24 |
#ifndef LEMON_CONCEPTS_PATH_H |
|
25 |
#define LEMON_CONCEPTS_PATH_H |
|
26 | 26 |
|
27 | 27 |
#include <lemon/core.h> |
... | ... |
@@ -306,3 +306,3 @@ |
306 | 306 |
} // namespace lemon |
307 | 307 |
|
308 |
#endif |
|
308 |
#endif |
... | ... |
@@ -17,6 +17,6 @@ |
17 | 17 |
*/ |
18 | 18 |
|
19 |
#ifndef LEMON_LP_SKELETON |
|
20 |
#define LEMON_LP_SKELETON |
|
19 |
#ifndef LEMON_LP_SKELETON_H |
|
20 |
#define LEMON_LP_SKELETON_H |
|
21 | 21 |
|
22 | 22 |
#include <lemon/lp_base.h> |
... | ... |
@@ -227,3 +227,3 @@ |
227 | 227 |
} //namespace lemon |
228 | 228 |
|
229 |
#endif |
|
229 |
#endif |
0 comments (0 inline)