Merge branch 'fix-typo' into 'development'

fix-typo

See merge request damask/DAMASK!429
This commit is contained in:
Martin Diehl 2021-08-20 16:00:56 +00:00
commit cf8e9c262c
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ module function elastic_nu(ph) result(nu)
integer, intent(in) :: ph
nu = param(ph)%mu
nu = param(ph)%nu
end function elastic_nu