From c0422c160bf8dbfafd468d1952e5daf1384a78eb Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Fri, 27 Sep 2024 17:33:25 +0200 Subject: [PATCH] Revert skipping prismrules in volume mesher --- libsrc/meshing/meshfunc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libsrc/meshing/meshfunc.cpp b/libsrc/meshing/meshfunc.cpp index 18eb3436..c551301b 100644 --- a/libsrc/meshing/meshfunc.cpp +++ b/libsrc/meshing/meshfunc.cpp @@ -289,7 +289,6 @@ namespace netgen for (int qstep = 0; qstep <= 3; qstep++) { if (qstep == 0 && !mp.try_hexes) continue; - if (qstep == 1) continue; if (mesh.HasOpenQuads()) {