diff -r 098bc98f7530 -r 80164e89dcbc src/hugo/dijkstra.h --- a/src/hugo/dijkstra.h Tue Jul 06 09:34:25 2004 +0000 +++ b/src/hugo/dijkstra.h Tue Jul 06 09:52:04 2004 +0000 @@ -38,7 +38,7 @@ ///is using \ref BinHeap "binary heap". /// ///\author Jacint Szabo and Alpar Juttner - ///\todo We need a typedef-names should be standardized. + ///\todo We need a typedef-names should be standardized. (-: #ifdef DOXYGEN template PredMap; - ///\brief The the type of the map that stores the last but one + ///\brief The type of the map that stores the last but one ///nodes of the shortest paths. typedef typename Graph::template NodeMap PredNodeMap; - ///The the type of the map that stores the dists of the nodes. + ///The type of the map that stores the dists of the nodes. typedef typename Graph::template NodeMap DistMap; private: