mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-30 23:00:35 +05:00
Revert skipping prismrules in volume mesher
This commit is contained in:
parent
a6e8abca3e
commit
c0422c160b
@ -289,7 +289,6 @@ namespace netgen
|
|||||||
for (int qstep = 0; qstep <= 3; qstep++)
|
for (int qstep = 0; qstep <= 3; qstep++)
|
||||||
{
|
{
|
||||||
if (qstep == 0 && !mp.try_hexes) continue;
|
if (qstep == 0 && !mp.try_hexes) continue;
|
||||||
if (qstep == 1) continue;
|
|
||||||
|
|
||||||
if (mesh.HasOpenQuads())
|
if (mesh.HasOpenQuads())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user