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>2014-10-09 15:52:06 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-10-09 15:52:06 +0400
commitbf089b56ac975d4aedb116dc55c78009b6e19a48 (patch)
tree69a77b703c285fe0bf03e851eddc3671bd3657bd /moses/LatticeMBR.cpp
parente7916239d5accff202d0b9230448d558a6675376 (diff)
consistent namespace
Diffstat (limited to 'moses/LatticeMBR.cpp')
-rw-r--r--moses/LatticeMBR.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/LatticeMBR.cpp b/moses/LatticeMBR.cpp
index 148b44743..9ea21d5db 100644
--- a/moses/LatticeMBR.cpp
+++ b/moses/LatticeMBR.cpp
@@ -13,9 +13,8 @@
#include <set>
using namespace std;
-using namespace Moses;
-namespace MosesCmd
+namespace Moses
{
size_t bleu_order = 4;