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

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


Author: alpar
Date: Sat Apr  9 22:45:28 2005
New Revision: 1775

Modified:
   hugo/trunk/src/lemon/bin_heap.h
   hugo/trunk/src/lemon/radix_heap.h

Log:
Minor corrections in the doc

Modified: hugo/trunk/src/lemon/bin_heap.h
==============================================================================
--- hugo/trunk/src/lemon/bin_heap.h	(original)
+++ hugo/trunk/src/lemon/bin_heap.h	Sat Apr  9 22:45:28 2005
@@ -62,10 +62,10 @@
     /// \brief Type to represent the items states.
     ///
     /// Each Item element have a state associated to it. It may be "in heap",
-    /// "pre heap" or "post heap". The later two are indifferent from the
+    /// "pre heap" or "post heap". The latter two are indifferent from the
     /// heap's point of view, but may be useful to the user.
     ///
-    /// The ItemIntMap _should_ be initialized in such way, that it maps
+    /// The ItemIntMap \e should be initialized in such way that it maps
     /// PRE_HEAP (-1) to any element to be put in the heap...
     enum state_enum {
       IN_HEAP = 0,

Modified: hugo/trunk/src/lemon/radix_heap.h
==============================================================================
--- hugo/trunk/src/lemon/radix_heap.h	(original)
+++ hugo/trunk/src/lemon/radix_heap.h	Sat Apr  9 22:45:28 2005
@@ -73,10 +73,10 @@
     /// \brief Type to represent the items states.
     ///
     /// Each Item element have a state associated to it. It may be "in heap",
-    /// "pre heap" or "post heap". The later two are indifferent from the
+    /// "pre heap" or "post heap". The latter two are indifferent from the
     /// heap's point of view, but may be useful to the user.
     ///
-    /// The ItemIntMap _should_ be initialized in such way, that it maps
+    /// The ItemIntMap \e should be initialized in such way that it maps
     /// PRE_HEAP (-1) to any element to be put in the heap...
     enum state_enum {
       IN_HEAP = 0,



More information about the Lemon-commits mailing list