Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2017-02-15 13:30:13 +0300
committerHieu Hoang <hieuhoang@gmail.com>2017-02-15 13:30:13 +0300
commitde009c1fca02f8bcd60cb65f39eaa8d8d80c118c (patch)
treef311e1f86ee83e482fc48b9fe0a3be544393b482 /moses2/FF/LexicalReordering/LexicalReordering.h
parentf8f4087aac52a5686f2a5c7a498daba670919165 (diff)
change NO_COMPACT_TABLES -> HAVE_CMPH
Diffstat (limited to 'moses2/FF/LexicalReordering/LexicalReordering.h')
-rw-r--r--moses2/FF/LexicalReordering/LexicalReordering.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/moses2/FF/LexicalReordering/LexicalReordering.h b/moses2/FF/LexicalReordering/LexicalReordering.h
index 688300037..59f63eba2 100644
--- a/moses2/FF/LexicalReordering/LexicalReordering.h
+++ b/moses2/FF/LexicalReordering/LexicalReordering.h
@@ -76,10 +76,8 @@ protected:
int m_propertyInd;
// COMPACT MODEL
-#ifndef NO_COMPACT_TABLES
+#ifdef HAVE_CMPH
LexicalReorderingTableCompact *m_compactModel;
-#else
- void *m_compactModel;
#endif
Phrase<Moses2::Word> *m_blank;