Changeset 529:f5bc148f7e1f in lemon-main
- Timestamp:
- 02/23/09 13:12:05 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- lemon
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/path_dump.h
r519 r529 17 17 */ 18 18 19 #ifndef LEMON_BITS_P RED_MAP_PATH_H20 #define LEMON_BITS_P RED_MAP_PATH_H19 #ifndef LEMON_BITS_PATH_DUMP_H 20 #define LEMON_BITS_PATH_DUMP_H 21 21 22 22 #include <lemon/core.h> -
lemon/bits/windows.h
r491 r529 17 17 */ 18 18 19 #ifndef LEMON_ WINDOWS_H20 #define LEMON_ WINDOWS_H19 #ifndef LEMON_BITS_WINDOWS_H 20 #define LEMON_BITS_WINDOWS_H 21 21 22 22 #include <string> -
lemon/concepts/digraph.h
r440 r529 17 17 */ 18 18 19 #ifndef LEMON_CONCEPT _DIGRAPH_H20 #define LEMON_CONCEPT _DIGRAPH_H19 #ifndef LEMON_CONCEPTS_DIGRAPH_H 20 #define LEMON_CONCEPTS_DIGRAPH_H 21 21 22 22 ///\ingroup graph_concepts … … 485 485 486 486 487 #endif // LEMON_CONCEPT_DIGRAPH_H487 #endif -
lemon/concepts/graph.h
r440 r529 21 21 ///\brief The concept of Undirected Graphs. 22 22 23 #ifndef LEMON_CONCEPT _GRAPH_H24 #define LEMON_CONCEPT _GRAPH_H23 #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 -
lemon/concepts/graph_components.h
r440 r529 22 22 23 23 24 #ifndef LEMON_CONCEPT _GRAPH_COMPONENTS_H25 #define LEMON_CONCEPT _GRAPH_COMPONENTS_H24 #ifndef LEMON_CONCEPTS_GRAPH_COMPONENTS_H 25 #define LEMON_CONCEPTS_GRAPH_COMPONENTS_H 26 26 27 27 #include <lemon/core.h> -
lemon/concepts/heap.h
r519 r529 21 21 ///\brief The concept of heaps. 22 22 23 #ifndef LEMON_CONCEPT _HEAP_H24 #define LEMON_CONCEPT _HEAP_H23 #ifndef LEMON_CONCEPTS_HEAP_H 24 #define LEMON_CONCEPTS_HEAP_H 25 25 26 26 #include <lemon/core.h> … … 244 244 } // namespace lemon 245 245 } 246 #endif // LEMON_CONCEPT_PATH_H246 #endif -
lemon/concepts/maps.h
r440 r529 17 17 */ 18 18 19 #ifndef LEMON_CONCEPT _MAPS_H20 #define LEMON_CONCEPT _MAPS_H19 #ifndef LEMON_CONCEPTS_MAPS_H 20 #define LEMON_CONCEPTS_MAPS_H 21 21 22 22 #include <lemon/core.h> … … 214 214 } //namespace lemon 215 215 216 #endif // LEMON_CONCEPT_MAPS_H216 #endif -
lemon/concepts/path.h
r440 r529 22 22 /// 23 23 24 #ifndef LEMON_CONCEPT _PATH_H25 #define LEMON_CONCEPT _PATH_H24 #ifndef LEMON_CONCEPTS_PATH_H 25 #define LEMON_CONCEPTS_PATH_H 26 26 27 27 #include <lemon/core.h> … … 306 306 } // namespace lemon 307 307 308 #endif // LEMON_CONCEPT_PATH_H308 #endif -
lemon/lp_skeleton.h
r459 r529 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 227 } //namespace lemon 228 228 229 #endif // LEMON_LP_SKELETON229 #endif
Note: See TracChangeset
for help on using the changeset viewer.