From 22bcb46f38fcb285f93510a40b2109c61c7d965f Mon Sep 17 00:00:00 2001 From: graehl Date: Sat, 28 Aug 2010 00:44:55 +0000 Subject: debugging no lhs trie index built git-svn-id: https://ws10smt.googlecode.com/svn/trunk@629 ec762483-ff6d-05da-a07a-a48fb63a330f --- utils/d_ary_heap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/d_ary_heap.h') diff --git a/utils/d_ary_heap.h b/utils/d_ary_heap.h index 49e040d8..10d04782 100644 --- a/utils/d_ary_heap.h +++ b/utils/d_ary_heap.h @@ -317,11 +317,11 @@ } private: - Equal equal; Better better; Container data; DistanceMap distance; IndexInHeapPropertyMap index_in_heap; + Equal equal; // Get the parent of a given node in the heap static inline size_type parent(size_type index) { -- cgit v1.2.3