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:
Diffstat (limited to 'moses/FF/RuleScope.h')
-rw-r--r--moses/FF/RuleScope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/FF/RuleScope.h b/moses/FF/RuleScope.h
index 8bf7b7670..75148d0de 100644
--- a/moses/FF/RuleScope.h
+++ b/moses/FF/RuleScope.h
@@ -45,6 +45,7 @@ public:
protected:
bool m_sourceSyntax;
+ bool m_futureCostOnly;
};
}