From e064323880b119db8e743b210200cf38da149d02 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 26 Mar 2026 23:58:56 +0100 Subject: [FIX] GenericsLibrary: Fix header guard names. Signed-off-by: Amlal El Mahrouss --- include/GenericsLibrary/math.nhh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/GenericsLibrary/math.nhh') diff --git a/include/GenericsLibrary/math.nhh b/include/GenericsLibrary/math.nhh index a93020e..76813b9 100644 --- a/include/GenericsLibrary/math.nhh +++ b/include/GenericsLibrary/math.nhh @@ -4,8 +4,8 @@ // file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0) // Official repository: https://github.com/ne-foss-org/nectar -#ifndef NECTAR_GL_FUNCTIONS_NHH -#define NECTAR_GL_FUNCTIONS_NHH +#ifndef NECTAR_GL_MATHS_NHH +#define NECTAR_GL_MATHS_NHH //@ Free math functions for GenericsLibrary. @@ -82,4 +82,4 @@ let sign(let value) } } -#endif //@ NECTAR_GL_FUNCTIONS_NHH \ No newline at end of file +#endif //@ NECTAR_GL_MATHS_NHH \ No newline at end of file -- cgit v1.2.3