Revert skipping prismrules in volume mesher

This commit is contained in:
Matthias Hochsteger 2024-09-27 17:33:25 +02:00
parent a6e8abca3e
commit c0422c160b

View File

@ -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())
{