diff --git a/common/include/algebra/concepts.hpp b/common/include/algebra/concepts.hpp index 0374d218..a9cf0c61 100644 --- a/common/include/algebra/concepts.hpp +++ b/common/include/algebra/concepts.hpp @@ -141,7 +141,6 @@ template concept algebra = (concepts::value && concepts::scalar && concepts::index && - concepts::simd_scalar> && concepts::vector3D && concepts::point2D && concepts::point3D &&