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>2013-11-19 21:23:19 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-11-19 21:23:19 +0400
commit22864c2b4b154b2c69518bf773fe73f4c557af0a (patch)
tree660ee9759c095d2c38b769db69259b38d096fc37 /moses/ReorderingConstraint.cpp
parentc2c86ce50d1900db55e420dd08f38facfce50501 (diff)
replace CHECK with UTIL_THROW_IF in Moses
Diffstat (limited to 'moses/ReorderingConstraint.cpp')
-rw-r--r--moses/ReorderingConstraint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ReorderingConstraint.cpp b/moses/ReorderingConstraint.cpp
index eb8cccdd3..50a41f557 100644
--- a/moses/ReorderingConstraint.cpp
+++ b/moses/ReorderingConstraint.cpp
@@ -110,7 +110,7 @@ bool ReorderingConstraint::Check( const WordsBitmap &bitmap, size_t startPos, si
// nothing to be checked, we are done
if (! IsActive() ) return true;
- VERBOSE(3,"CHECK " << bitmap << " " << startPos << "-" << endPos);
+ VERBOSE(3,"Check " << bitmap << " " << startPos << "-" << endPos);
// check walls
size_t firstGapPos = bitmap.GetFirstGapPos();