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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-08-02 23:26:54 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-08-02 23:26:54 +0300
commit511de3674e41c2773d951251e60b28d81b25edb0 (patch)
treea362037ed2d9b28009ea5b6ff42831c900c06c18 /moses/ExportInterface.cpp
parentb7f517bafa9cefe77c3d7cd136b3dd7a5aeae2da (diff)
Reorganization of server options.
Diffstat (limited to 'moses/ExportInterface.cpp')
-rw-r--r--moses/ExportInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ExportInterface.cpp b/moses/ExportInterface.cpp
index a6cb97918..705b1b3fb 100644
--- a/moses/ExportInterface.cpp
+++ b/moses/ExportInterface.cpp
@@ -154,7 +154,7 @@ run_as_server()
xmlrpc_c::registry myRegistry;
xmlrpc_c::methodPtr const
- translator(new MosesServer::Translator(sopts.num_threads)),
+ translator(new MosesServer::Translator(sopts)),
updater(new MosesServer::Updater),
optimizer(new MosesServer::Optimizer);