mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
fix Element(i,i,i) ctor
This commit is contained in:
parent
002d620b94
commit
2cce200a67
@ -236,7 +236,7 @@ namespace netgen
|
|||||||
np = 3;
|
np = 3;
|
||||||
typ = TRIG;
|
typ = TRIG;
|
||||||
|
|
||||||
for (int i = 0; i < ELEMENT2D_MAXPOINTS; i++)
|
for (int i = 3; i < ELEMENT2D_MAXPOINTS; i++)
|
||||||
pnum[i].Invalidate();
|
pnum[i].Invalidate();
|
||||||
|
|
||||||
for (int i = 0; i < ELEMENT2D_MAXPOINTS; i++)
|
for (int i = 0; i < ELEMENT2D_MAXPOINTS; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user