diff -r 2d6c8075d9d0 -r 818510fa3d99 src/work/marci/experiment/bfs_iterator_1.h --- a/src/work/marci/experiment/bfs_iterator_1.h Wed Sep 29 14:12:26 2004 +0000 +++ b/src/work/marci/experiment/bfs_iterator_1.h Wed Sep 29 15:30:04 2004 +0000 @@ -1,13 +1,13 @@ // -*- c++ -*- -#ifndef HUGO_BFS_ITERATOR_H -#define HUGO_BFS_ITERATOR_H +#ifndef LEMON_BFS_ITERATOR_H +#define LEMON_BFS_ITERATOR_H #include #include #include #include -namespace hugo { +namespace lemon { // template // struct bfs { @@ -831,6 +831,6 @@ -} // namespace hugo +} // namespace lemon -#endif //HUGO_BFS_ITERATOR_H +#endif //LEMON_BFS_ITERATOR_H