# HG changeset patch # User alpar # Date 1090526869 0 # Node ID 329832ac02b7f4bb961e8b23b8c1f8e75fbeb325 # Parent 240003bddaff84c8af81e33774e7b94ac5986076 A remark added. diff -r 240003bddaff -r 329832ac02b7 src/hugo/dijkstra.h --- a/src/hugo/dijkstra.h Thu Jul 22 20:06:40 2004 +0000 +++ b/src/hugo/dijkstra.h Thu Jul 22 20:07:49 2004 +0000 @@ -39,6 +39,8 @@ /// ///\author Jacint Szabo and Alpar Juttner ///\todo We need a typedef-names should be standardized. (-: + ///\todo Type of \c PredMap, \c PredNodeMap and \c DistMap + ///should not be fixed. (Problematic to solve). #ifdef DOXYGEN template