diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-26 23:58:56 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-26 23:58:56 +0100 |
| commit | e064323880b119db8e743b210200cf38da149d02 (patch) | |
| tree | 7629317c7ed7098113023753c0910e7ca0320854 | |
| parent | 612cf6123797127955c8595d837d4dd8c47ad6d0 (diff) | |
[FIX] GenericsLibrary: Fix header guard names.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | include/GenericsLibrary/math.nhh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
