diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-04 10:09:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-04 10:09:53 +0100 |
| commit | 60eb7b7731e122b2e116cac5ce10617ef794a31a (patch) | |
| tree | 058fb99d8365fdf5c99ce6746718df6745f2577c /dev/LibC++/base_math.h | |
| parent | 7c2425f9b3f2d2cd7655dd9449d8aef6275eb1cc (diff) | |
ADD: Minor tweaks.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibC++/base_math.h')
| -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; |
