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:
authorphikoehn <pkoehn@inf.ed.ac.uk>2014-01-03 22:45:31 +0400
committerphikoehn <pkoehn@inf.ed.ac.uk>2014-01-03 22:45:31 +0400
commit073a601eb0a7be3f3b1dc8000c8371dad18f5318 (patch)
treec8f890232dce04ece7952c939a392aec36c00106 /moses-cmd
parent14a499d9aa9c7f7be4fa2320a6b54fdcde3e2284 (diff)
make good use of the new precise timer...
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses-cmd/Main.cpp b/moses-cmd/Main.cpp
index f4bf08a41..42d6a4e25 100644
--- a/moses-cmd/Main.cpp
+++ b/moses-cmd/Main.cpp
@@ -67,7 +67,7 @@ using namespace MosesCmd;
namespace MosesCmd
{
-// output floats with three significant digits
+// output floats with five significant digits
static const size_t PRECISION = 3;
/** Enforce rounding */