diff options
Diffstat (limited to 'include/GenericsLibrary/math.nhh')
| -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 |
