fix optimized DefineTangentialPlane

This commit is contained in:
Joachim Schöberl 2019-08-19 12:47:35 +02:00
parent b1d709338a
commit 67f4c89ea1

View File

@ -207,6 +207,7 @@ namespace netgen
R_(0,1) = -R_(1,0);
R_(1,1) = R_(0,0);
A_ = A_ * R_;
Ainv_ = Trans(R_) * Ainv_;
for (int i = 0; i < 2; i++)