diff options
Diffstat (limited to 'logic/simple-mat.hpp')
| -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>; | 
