summaryrefslogtreecommitdiff
path: root/utils/d_ary_heap.h
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-28 00:44:55 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-28 00:44:55 +0000
commit22bcb46f38fcb285f93510a40b2109c61c7d965f (patch)
treee3dcebdfc5e9abce789baf13848a4aaa07665d86 /utils/d_ary_heap.h
parent79be7e35a72365d861dd4140323275cac52a9e33 (diff)
debugging no lhs trie index built
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@629 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'utils/d_ary_heap.h')
-rw-r--r--utils/d_ary_heap.h2
1 files changed, 1 insertions, 1 deletions
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) {