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
|
ipc, & !< component-ID of integration point
|
||||||
ip, & !< integration point
|
ip, & !< integration point
|
||||||
el !< element
|
el !< element
|
||||||
integer(pReal) :: &
|
real(pReal) :: &
|
||||||
voidFraction
|
voidFraction
|
||||||
integer(pInt) :: &
|
integer(pInt) :: &
|
||||||
phase, constituent
|
phase, constituent
|
||||||
|
|
Loading…
Reference in New Issue