diff options
Diffstat (limited to 'libjin/Math/Math.h')
-rw-r--r-- | libjin/Math/Math.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libjin/Math/Math.h b/libjin/Math/Math.h index 2bc8ed9..6eb4367 100644 --- a/libjin/Math/Math.h +++ b/libjin/Math/Math.h @@ -1,5 +1,5 @@ -#ifndef __JIN_UTILS_MATH_H -#define __JIN_UTILS_MATH_H +#ifndef __LIBJIN_UTILS_MATH_H +#define __LIBJIN_UTILS_MATH_H #include "constant.h" #include "matrix.h" @@ -71,7 +71,7 @@ namespace math return a + t * (b - a); } -} -} +} // math +} // jin #endif
\ No newline at end of file |