Merge remote-tracking branch 'origin/master' into misc-improvements

This commit is contained in:
Martin Diehl 2021-08-24 16:03:50 +02:00
commit 129ff28692
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v3.0.0-alpha4-320-g13159caf4
v3.0.0-alpha4-323-gcf8e9c262

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