diff options
Diffstat (limited to 'dev/LibC++')
| -rw-r--r-- | dev/LibC++/base_math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibC++/base_math.h b/dev/LibC++/base_math.h index 939ba20..dc839cc 100644 --- a/dev/LibC++/base_math.h +++ b/dev/LibC++/base_math.h @@ -11,7 +11,7 @@ /// @file Math.h /// @brief Math functions. -#ifdef __ZKA_USE_DOUBLE__ +#ifdef __NE_USE_DOUBLE__ typedef double real_type; #else typedef float real_type; |
