[Lemon-commits] [lemon_svn] ladanyi: r1239 - hugo/trunk/doc

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


Author: ladanyi
Date: Thu Sep 30 11:31:38 2004
New Revision: 1239

Modified:
   hugo/trunk/doc/maps.dox

Log:
minor correction

Modified: hugo/trunk/doc/maps.dox
==============================================================================
--- hugo/trunk/doc/maps.dox	(original)
+++ hugo/trunk/doc/maps.dox	Thu Sep 30 11:31:38 2004
@@ -111,7 +111,7 @@
   const Graph::NodeMap<double> &pot;
   
 public:
-  KeyType operator[](ValueType e) const {
+  ValueType operator[](KeyType e) const {
     return orig_len.get(e)-pot.get(G.head(e))-pot.get(G.tail(e));
   }
   



More information about the Lemon-commits mailing list