mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix occ identifications
This commit is contained in:
parent
08f2835d8a
commit
dcda14e6e7
@ -283,8 +283,7 @@ namespace netgen
|
||||
changed = false;
|
||||
for(auto &s : shapes)
|
||||
{
|
||||
auto current = s->primary;
|
||||
for(auto & ident : current->identifications)
|
||||
for(auto & ident : s->identifications)
|
||||
{
|
||||
bool need_inverse = ident.from == s.get();
|
||||
auto other = need_inverse ? ident.to : ident.from;
|
||||
|
Loading…
Reference in New Issue
Block a user