equivalent, but systematic better visible

This commit is contained in:
Martin Diehl 2020-03-15 16:05:56 +01:00
parent 7677bc876b
commit 8c78347a8b
1 changed files with 1 additions and 1 deletions

View File

@ -1010,7 +1010,7 @@ pure function math_eigenvectorBasisSym33(m)
EB(1:3,1:3,1) = 0.0_pReal
else twoSimilarEigVals
EB(1:3,1:3,1) = matmul(N(1:3,1:3,2),N(1:3,1:3,3))/((v(1)-v(2))*(v(1)-v(3)))
EB(1:3,1:3,2) = matmul(N(1:3,1:3,1),N(1:3,1:3,3))/((v(2)-v(3))*(v(2)-v(1)))
EB(1:3,1:3,2) = matmul(N(1:3,1:3,3),N(1:3,1:3,1))/((v(2)-v(3))*(v(2)-v(1)))
EB(1:3,1:3,3) = matmul(N(1:3,1:3,1),N(1:3,1:3,2))/((v(3)-v(1))*(v(3)-v(2)))
endif twoSimilarEigVals
endif threeSimilarEigVals