From d9eca07e2386d872cb82d003f129de3654afc0ba Mon Sep 17 00:00:00 2001 From: Joana Niermann <53186085+niermann999@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:28:05 +0000 Subject: [PATCH] Fix the algebra concept (#142) Removing the simd requirement that is only needed for the SIMD plugins --- common/include/algebra/concepts.hpp | 1 - 1 file changed, 1 deletion(-) 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 &&