mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix triangle generation rule (thx to TDM)
This commit is contained in:
parent
f1917aa2c4
commit
d02bb9024e
@ -304,7 +304,7 @@ const char * triarules[] = {
|
||||
"\n",\
|
||||
"elements\n",\
|
||||
"(1, 2, 4);\n",\
|
||||
"(2, 3, 4);\n",\
|
||||
"(1, 4, 3);\n",\
|
||||
"\n",\
|
||||
"endrule\n",\
|
||||
"\n",\
|
||||
|
@ -301,7 +301,7 @@ freearea
|
||||
|
||||
elements
|
||||
(1, 2, 4);
|
||||
(2, 3, 4);
|
||||
(1, 4, 3);
|
||||
|
||||
endrule
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user