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>2015-10-05 18:14:30 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-05 18:14:30 +0300
commit89014a9696e77222b7b11ceefc880e2b6be35f66 (patch)
treeb98fc7532b79ad1dd3af783b77fc831e7f7afd7c /moses/SquareMatrix.cpp
parentdc08a12f1cbea444ed0fc4bf05bbe369145ca3de (diff)
disambiguate CalcFutureScore
Diffstat (limited to 'moses/SquareMatrix.cpp')
-rw-r--r--moses/SquareMatrix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/SquareMatrix.cpp b/moses/SquareMatrix.cpp
index 276d10053..0580ba096 100644
--- a/moses/SquareMatrix.cpp
+++ b/moses/SquareMatrix.cpp
@@ -76,7 +76,7 @@ float SquareMatrix::CalcFutureScore( WordsBitmap const &bitmap ) const
* /param endPos end of the span that is added to the coverage
*/
-float SquareMatrix::CalcFutureScore( WordsBitmap const &bitmap, size_t startPos, size_t endPos ) const
+float SquareMatrix::CalcFutureScore2( WordsBitmap const &bitmap, size_t startPos, size_t endPos ) const
{
const size_t notInGap= numeric_limits<size_t>::max();
float futureScore = 0.0f;