diff options
author | Stanisław Halik <sthalik@misaki.pl> | 2016-09-20 21:10:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-20 21:10:39 +0200 |
commit | 83094819212d871ae251f101cf11da3c9ce9045b (patch) | |
tree | 9c73887b6f4425a45752cf0b1ed198ea2f9a8569 | |
parent | 4a7785d6dafb883d97c5e317376af11eb9f15b43 (diff) |
logic/simple-mat: fix duplicated ambiguous symbol
-rw-r--r-- | logic/simple-mat.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/simple-mat.hpp b/logic/simple-mat.hpp index 514e845f..1d416e6b 100644 --- a/logic/simple-mat.hpp +++ b/logic/simple-mat.hpp @@ -263,7 +263,6 @@ Mat<num, h_, w_> operator*(const Mat<num, h_, w_>& self, num other) namespace euler { -template<int y, int x> using dmat = Mat<double, y, x>; using rmat = dmat<3, 3>; using euler_t = dmat<3, 1>; |