mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-05 11:28:27 +05:00
remove unnecessary line
This commit is contained in:
parent
3f255d9139
commit
681628bd40
@ -666,7 +666,6 @@ namespace netgen
|
|||||||
|
|
||||||
for (auto ti : IntRange(geom->GetNT()))
|
for (auto ti : IntRange(geom->GetNT()))
|
||||||
{
|
{
|
||||||
auto & trig = geom->GetTriangle(ti);
|
|
||||||
Element2d el(TRIG);
|
Element2d el(TRIG);
|
||||||
for (auto i : IntRange(3))
|
for (auto i : IntRange(3))
|
||||||
el[i] = (*geom)[STLTrigIndex(ti)][i];
|
el[i] = (*geom)[STLTrigIndex(ti)][i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user