mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix unused warning
This commit is contained in:
parent
103a9c8cb7
commit
b013a05dd5
@ -479,7 +479,7 @@ namespace netgen
|
|||||||
continue;
|
continue;
|
||||||
auto& identifications = OCCGeometry::GetIdentifications(s);
|
auto& identifications = OCCGeometry::GetIdentifications(s);
|
||||||
|
|
||||||
auto& shape_mapped = modifications[mod_indices.FindIndex(s)-1];
|
// auto& shape_mapped = modifications[mod_indices.FindIndex(s)-1];
|
||||||
|
|
||||||
for(auto ident : identifications)
|
for(auto ident : identifications)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user