mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
remove unused variable
This commit is contained in:
parent
6debf03402
commit
9a7a9fa445
@ -484,7 +484,6 @@ namespace netgen
|
|||||||
maxhdom = mparam.maxh;
|
maxhdom = mparam.maxh;
|
||||||
int maxlayer = 1;
|
int maxlayer = 1;
|
||||||
|
|
||||||
int dom = 0;
|
|
||||||
for(auto dom : Range(geom.GetNSolids()))
|
for(auto dom : Range(geom.GetNSolids()))
|
||||||
{
|
{
|
||||||
auto & props = geom.GetSolid(dom).properties;
|
auto & props = geom.GetSolid(dom).properties;
|
||||||
|
Loading…
Reference in New Issue
Block a user