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/Syntax/Cube.h')
-rw-r--r--moses/Syntax/Cube.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Syntax/Cube.h b/moses/Syntax/Cube.h
index b18968ca9..9bd526a48 100644
--- a/moses/Syntax/Cube.h
+++ b/moses/Syntax/Cube.h
@@ -42,7 +42,7 @@ private:
{
public:
bool operator()(const QueueItem &p, const QueueItem &q) const {
- return p.first->label.score < q.first->label.score;
+ return p.first->label.futureScore < q.first->label.futureScore;
}
};