diff options
author | chai <chaifix@163.com> | 2018-09-12 21:04:39 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-12 21:04:39 +0800 |
commit | 85dca918d254d2eaca6864d76b788a8023aad547 (patch) | |
tree | 10cae96f6d01ddc6c846318b24db26d75a63bb91 /libjin/Math/Matrix.h | |
parent | 6c4ea0d2270630ca44e5e078d16df0aab684688f (diff) |
*update
Diffstat (limited to 'libjin/Math/Matrix.h')
-rw-r--r-- | libjin/Math/Matrix.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libjin/Math/Matrix.h b/libjin/Math/Matrix.h index ff4a51a..b9a55d4 100644 --- a/libjin/Math/Matrix.h +++ b/libjin/Math/Matrix.h @@ -1,5 +1,5 @@ -#ifndef __JIN_MATRIX_H -#define __JIN_MATRIX_H +#ifndef __LIBJIN_MATRIX_H +#define __LIBJIN_MATRIX_H namespace jin { @@ -147,7 +147,7 @@ namespace math }; -} -} +} // math +} // jin -#endif +#endif
\ No newline at end of file |