From 363f96a60f42e3a5da6444ae4b948352fe33a8e4 Mon Sep 17 00:00:00 2001 From: Eray Zesen Date: Sun, 22 Dec 2024 04:04:02 +0300 Subject: [PATCH] github actions settings 11 --- src/QuarkPhysics/qmath_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QuarkPhysics/qmath_utils.h b/src/QuarkPhysics/qmath_utils.h index 8b45579..104ea66 100644 --- a/src/QuarkPhysics/qmath_utils.h +++ b/src/QuarkPhysics/qmath_utils.h @@ -8,7 +8,7 @@ #endif #ifndef MAXFLOAT - #define MAXFLOAT FLTMAX + #define MAXFLOAT FLT_MAX #endif #endif // MATH_UTILS_H \ No newline at end of file