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>2016-01-20 23:14:38 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2016-01-20 23:14:38 +0300
commit56e13d152a99821f5d67873f79ce5163fc0211bf (patch)
tree6071f1597cfc1e35700dbb7f9ee8c0dca744c765 /moses/TranslationModel
parent2ab4e0f2fec93baa89152c3149d19baf469a9c22 (diff)
Bug fix.
Diffstat (limited to 'moses/TranslationModel')
-rw-r--r--moses/TranslationModel/UG/check-coverage3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TranslationModel/UG/check-coverage3.cc b/moses/TranslationModel/UG/check-coverage3.cc
index b41ca9025..8c9dc873c 100644
--- a/moses/TranslationModel/UG/check-coverage3.cc
+++ b/moses/TranslationModel/UG/check-coverage3.cc
@@ -42,7 +42,7 @@ basename(string const path, string const suffix)
int main(int argc, char* argv[])
{
- boost::intrusive_ptr<bitext_t> B(new bitext_t);
+ boost::shared_ptr<bitext_t> B(new bitext_t);
B->open(argv[1],argv[2],argv[3]);
string line;
string ifile = argv[4];