cleaning
This commit is contained in:
parent
eee455c0d3
commit
29771feaae
|
@ -126,7 +126,7 @@ module function elastic_mu(ph,en) result(mu)
|
|||
mu
|
||||
|
||||
|
||||
mu = lattice_equivalent_mu(get_C66(ph,en),'voigt')
|
||||
mu = lattice_equivalent_mu(get_C66(ph,en),'voigt')
|
||||
|
||||
end function elastic_mu
|
||||
|
||||
|
@ -142,7 +142,7 @@ module function elastic_nu(ph,en) result(nu)
|
|||
nu
|
||||
|
||||
|
||||
nu = lattice_equivalent_nu(get_C66(ph,en),'voigt')
|
||||
nu = lattice_equivalent_nu(get_C66(ph,en),'voigt')
|
||||
|
||||
end function elastic_nu
|
||||
|
||||
|
|
Loading…
Reference in New Issue