integer type was use for void fraction, should be real
This commit is contained in:
parent
5c1804e77d
commit
0c7e7c66f8
|
@ -355,7 +355,7 @@ subroutine damage_gurson_microstructure(ipc, ip, el)
|
|||
ipc, & !< component-ID of integration point
|
||||
ip, & !< integration point
|
||||
el !< element
|
||||
integer(pReal) :: &
|
||||
real(pReal) :: &
|
||||
voidFraction
|
||||
integer(pInt) :: &
|
||||
phase, constituent
|
||||
|
|
Loading…
Reference in New Issue