diff -r 2d6c8075d9d0 -r 818510fa3d99 src/work/athos/dijkstra_at.h --- a/src/work/athos/dijkstra_at.h Wed Sep 29 14:12:26 2004 +0000 +++ b/src/work/athos/dijkstra_at.h Wed Sep 29 15:30:04 2004 +0000 @@ -24,7 +24,7 @@ using namespace std; -namespace hugo { +namespace lemon { template class dijkstra_at { @@ -118,6 +118,6 @@ }; //class dijkstra_at -}//namespace hugo +}//namespace lemon #endif //DIJKSTRA_AT