From 045a271c2ed9eea87cef7cddc351c038a887a55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Wed, 13 Sep 2017 10:46:10 +0200 Subject: [PATCH] dshapes were not computed for SIMDs --- libsrc/meshing/curvedelems.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/meshing/curvedelems.cpp b/libsrc/meshing/curvedelems.cpp index 16655e78..554f07f9 100644 --- a/libsrc/meshing/curvedelems.cpp +++ b/libsrc/meshing/curvedelems.cpp @@ -3085,7 +3085,7 @@ namespace netgen } } - if (typeid(T) == typeid(SIMD)) return; + // if (typeid(T) == typeid(SIMD)) return; for (int i = 6; i < 9; i++) // vertical edges @@ -3176,7 +3176,7 @@ namespace netgen case PYRAMID: { - if (typeid(T) == typeid(SIMD)) return; + // if (typeid(T) == typeid(SIMD)) return; dshapes = T(0.0); T x = xi(0);