Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/nplm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/param.h')
-rw-r--r--src/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/param.h b/src/param.h
index e0f8437..8f1aad2 100644
--- a/src/param.h
+++ b/src/param.h
@@ -3,7 +3,7 @@
#include <string>
-#ifdef NPLM_DOUBLE_PRECISION
+#if NPLM_DOUBLE_PRECISION == 1
typedef double user_data_t;
#else
typedef float user_data_t;