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);