Changeset 921:818510fa3d99 in lemon-0.x for src/work/peter/edgepathgraph.h
- Timestamp:
- 09/29/04 17:30:04 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 edited
-
src/work/peter/edgepathgraph.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/work/peter/edgepathgraph.h
r880 r921 1 1 // -*- c++ -*- 2 #ifndef HUGO_NET_GRAPH_H3 #define HUGO_NET_GRAPH_H2 #ifndef LEMON_NET_GRAPH_H 3 #define LEMON_NET_GRAPH_H 4 4 5 5 ///\file 6 6 ///\brief Declaration of EdgePathGraph. 7 7 8 #include < hugo/invalid.h>9 #include < hugo/maps.h>10 11 /// The namespace of HugoLib12 namespace hugo{8 #include <lemon/invalid.h> 9 #include <lemon/maps.h> 10 11 /// The namespace of LEMON 12 namespace lemon { 13 13 14 14 // @defgroup empty_graph The EdgePathGraph class … … 402 402 // @} 403 403 404 } //namespace hugo405 406 407 #endif // HUGO_SKELETON_GRAPH_H404 } //namespace lemon 405 406 407 #endif // LEMON_SKELETON_GRAPH_H
Note: See TracChangeset
for help on using the changeset viewer.

