remove unnecessary line

This commit is contained in:
Christopher Lackner 2019-09-20 13:45:23 +02:00
parent 3f255d9139
commit 681628bd40

View File

@ -666,7 +666,6 @@ namespace netgen
for (auto ti : IntRange(geom->GetNT()))
{
auto & trig = geom->GetTriangle(ti);
Element2d el(TRIG);
for (auto i : IntRange(3))
el[i] = (*geom)[STLTrigIndex(ti)][i];