From 2f3e6def35587b2709e0e0b17ed8f7ce609b00d8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 5 Apr 2022 17:42:39 +0200 Subject: [PATCH] Update MathUtils.h --- Utils/MathUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/MathUtils.h b/Utils/MathUtils.h index c5be43f..9e2a59d 100644 --- a/Utils/MathUtils.h +++ b/Utils/MathUtils.h @@ -10,7 +10,7 @@ #ifndef UTILS_MATH_UTILS_H #define UTILS_MATH_UTILS_H -# define OMS_PI 3.14159265358979323846 +#define OMS_PI 3.14159265358979323846 #define max(a, b) \ ({ __typeof__ (a) _a = (a); \