mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-28 06:40:33 +05:00
fix unused warning
This commit is contained in:
parent
bac10cf1fb
commit
e075d32f14
@ -7284,7 +7284,7 @@ namespace netgen
|
|||||||
keep_face.SetBit(fd.BCProperty());
|
keep_face.SetBit(fd.BCProperty());
|
||||||
}
|
}
|
||||||
|
|
||||||
auto filter_elements = [&mesh, &keep_point](auto & elements, auto & keep_region)
|
auto filter_elements = [&keep_point](auto & elements, auto & keep_region)
|
||||||
{
|
{
|
||||||
for(auto & el : elements)
|
for(auto & el : elements)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user