added missing covera_ration in hex test. was not necessary before for constitutive_none, now it is
This commit is contained in:
parent
9d402022aa
commit
69992638a8
|
@ -913,7 +913,7 @@ integer(pInt) function lattice_initializeStructure(struct_ID,CoverA)
|
|||
|
||||
implicit none
|
||||
integer(kind(LATTICE_fcc_ID)), intent(in) :: struct_ID
|
||||
real(pReal) :: CoverA
|
||||
real(pReal), intent(in) :: CoverA
|
||||
real(pReal), dimension(3) :: sdU = 0.0_pReal, &
|
||||
snU = 0.0_pReal, &
|
||||
np = 0.0_pReal, &
|
||||
|
|
Loading…
Reference in New Issue