1.1 --- a/src/lemon/bin_heap.h Sat Apr 09 19:38:52 2005 +0000
1.2 +++ b/src/lemon/bin_heap.h Sat Apr 09 20:45:28 2005 +0000
1.3 @@ -62,10 +62,10 @@
1.4 /// \brief Type to represent the items states.
1.5 ///
1.6 /// Each Item element have a state associated to it. It may be "in heap",
1.7 - /// "pre heap" or "post heap". The later two are indifferent from the
1.8 + /// "pre heap" or "post heap". The latter two are indifferent from the
1.9 /// heap's point of view, but may be useful to the user.
1.10 ///
1.11 - /// The ItemIntMap _should_ be initialized in such way, that it maps
1.12 + /// The ItemIntMap \e should be initialized in such way that it maps
1.13 /// PRE_HEAP (-1) to any element to be put in the heap...
1.14 enum state_enum {
1.15 IN_HEAP = 0,
2.1 --- a/src/lemon/radix_heap.h Sat Apr 09 19:38:52 2005 +0000
2.2 +++ b/src/lemon/radix_heap.h Sat Apr 09 20:45:28 2005 +0000
2.3 @@ -73,10 +73,10 @@
2.4 /// \brief Type to represent the items states.
2.5 ///
2.6 /// Each Item element have a state associated to it. It may be "in heap",
2.7 - /// "pre heap" or "post heap". The later two are indifferent from the
2.8 + /// "pre heap" or "post heap". The latter two are indifferent from the
2.9 /// heap's point of view, but may be useful to the user.
2.10 ///
2.11 - /// The ItemIntMap _should_ be initialized in such way, that it maps
2.12 + /// The ItemIntMap \e should be initialized in such way that it maps
2.13 /// PRE_HEAP (-1) to any element to be put in the heap...
2.14 enum state_enum {
2.15 IN_HEAP = 0,