A remark added.
authoralpar
Thu, 22 Jul 2004 20:07:49 +0000
changeset 734329832ac02b7
parent 733 240003bddaff
child 735 2859c45c31dd
A remark added.
src/hugo/dijkstra.h
     1.1 --- a/src/hugo/dijkstra.h	Thu Jul 22 20:06:40 2004 +0000
     1.2 +++ b/src/hugo/dijkstra.h	Thu Jul 22 20:07:49 2004 +0000
     1.3 @@ -39,6 +39,8 @@
     1.4    ///
     1.5    ///\author Jacint Szabo and Alpar Juttner
     1.6    ///\todo We need a typedef-names should be standardized. (-:
     1.7 +  ///\todo Type of \c PredMap, \c PredNodeMap and \c DistMap
     1.8 +  ///should not be fixed. (Problematic to solve).
     1.9  
    1.10  #ifdef DOXYGEN
    1.11    template <typename GR,