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