remove unused variable

This commit is contained in:
Joachim Schoeberl 2024-10-19 14:38:48 +02:00
parent 6debf03402
commit 9a7a9fa445

View File

@ -484,7 +484,6 @@ namespace netgen
maxhdom = mparam.maxh;
int maxlayer = 1;
int dom = 0;
for(auto dom : Range(geom.GetNSolids()))
{
auto & props = geom.GetSolid(dom).properties;