no edge swapping for quads

This commit is contained in:
Matthias Hochsteger 2022-09-07 13:44:55 +02:00
parent 61ea805bba
commit 09188b1a73

View File

@ -339,6 +339,9 @@ namespace netgen
if (swapped[t1])
return;
if(mesh[t1].GetNP() != 3)
return;
if (multithread.terminate)
throw NgException ("Meshing stopped");