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/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index ee9e31c..2bbe8ea 100644
--- a/src/util.h
+++ b/src/util.h
@@ -20,7 +20,7 @@
#include "maybe_omp.h"
-#ifdef NPLM_DOUBLE_PRECISION
+#if NPLM_DOUBLE_PRECISION == 1
typedef double user_data_t;
#else
typedef float user_data_t;