mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +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()))
|
||||
{
|
||||
auto & trig = geom->GetTriangle(ti);
|
||||
Element2d el(TRIG);
|
||||
for (auto i : IntRange(3))
|
||||
el[i] = (*geom)[STLTrigIndex(ti)][i];
|
||||
|
Loading…
Reference in New Issue
Block a user