Changeset 260:fb27d1c7036e in lemon-0.x for src/work
- Timestamp:
- 03/29/04 18:02:14 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@365
- Location:
- src/work
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/bfs_iterator.h
r243 r260 1 1 // -*- c++ -*- 2 #ifndef BFS_ITERATOR_H3 #define BFS_ITERATOR_H2 #ifndef HUGO_BFS_ITERATOR_H 3 #define HUGO_BFS_ITERATOR_H 4 4 5 5 #include <queue> … … 835 835 } // namespace hugo 836 836 837 #endif // BFS_ITERATOR_H837 #endif //HUGO_BFS_ITERATOR_H -
src/work/list_graph.h
r233 r260 1 1 // -*- c++ -*- 2 #ifndef LIST_GRAPH_H3 #define LIST_GRAPH_H2 #ifndef HUGO_LIST_GRAPH_H 3 #define HUGO_LIST_GRAPH_H 4 4 5 5 #include <iostream> … … 562 562 } //namespace hugo 563 563 564 #endif // LIST_GRAPH_H564 #endif //HUGO_LIST_GRAPH_H
Note: See TracChangeset
for help on using the changeset viewer.