From 069a8e6b2dc978c9ec15bfcb6fd8a8ab01c71905 Mon Sep 17 00:00:00 2001 From: Joana Niermann Date: Mon, 9 Dec 2024 09:51:11 +0100 Subject: [PATCH] Fix the algebra concept by 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 &&