1.1 --- a/lemon/bin_heap.h Wed Apr 15 07:05:32 2009 +0100
1.2 +++ b/lemon/bin_heap.h Wed Apr 15 07:07:25 2009 +0100
1.3 @@ -73,9 +73,9 @@
1.4 /// The item-int map must be initialized in such way that it assigns
1.5 /// \c PRE_HEAP (<tt>-1</tt>) to any element to be put in the heap.
1.6 enum State {
1.7 - IN_HEAP = 0, ///< \e
1.8 - PRE_HEAP = -1, ///< \e
1.9 - POST_HEAP = -2 ///< \e
1.10 + IN_HEAP = 0, ///< = 0.
1.11 + PRE_HEAP = -1, ///< = -1.
1.12 + POST_HEAP = -2 ///< = -2.
1.13 };
1.14
1.15 private: