keep direction of identifications

This commit is contained in:
mhochsteger@cerbsim.com 2021-12-14 12:50:59 +01:00
parent de813df0c2
commit bf261d533f

View File

@ -156,8 +156,6 @@ namespace netgen
if(!pi0.IsValid() || !pi1.IsValid())
continue;
if(pi1<pi0)
Swap(pi0,pi1);
m_ident.Add(pi0, pi1, n);
}
m_ident.SetType( n, identifications.GetType(n) );