[Lemon-commits] [lemon_svn] alpar: r990 - hugo/trunk/src/hugo

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:42:36 CET 2006


Author: alpar
Date: Thu Jul 22 22:07:49 2004
New Revision: 990

Modified:
   hugo/trunk/src/hugo/dijkstra.h

Log:
A remark added.


Modified: hugo/trunk/src/hugo/dijkstra.h
==============================================================================
--- hugo/trunk/src/hugo/dijkstra.h	(original)
+++ hugo/trunk/src/hugo/dijkstra.h	Thu Jul 22 22:07:49 2004
@@ -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 <typename GR,



More information about the Lemon-commits mailing list