mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
keep direction of identifications
This commit is contained in:
parent
de813df0c2
commit
bf261d533f
@ -156,8 +156,6 @@ namespace netgen
|
|||||||
if(!pi0.IsValid() || !pi1.IsValid())
|
if(!pi0.IsValid() || !pi1.IsValid())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if(pi1<pi0)
|
|
||||||
Swap(pi0,pi1);
|
|
||||||
m_ident.Add(pi0, pi1, n);
|
m_ident.Add(pi0, pi1, n);
|
||||||
}
|
}
|
||||||
m_ident.SetType( n, identifications.GetType(n) );
|
m_ident.SetType( n, identifications.GetType(n) );
|
||||||
|
Loading…
Reference in New Issue
Block a user