fix triangle generation rule (thx to TDM)

This commit is contained in:
Joachim Schöberl 2017-11-07 11:36:43 +01:00
parent f1917aa2c4
commit d02bb9024e
2 changed files with 2 additions and 2 deletions

View File

@ -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",\

View File

@ -301,7 +301,7 @@ freearea
elements
(1, 2, 4);
(2, 3, 4);
(1, 4, 3);
endrule