integer kind need to match for array constructor
hence, a=[a,b] requires a and b of the same kind
This commit is contained in:
parent
466cb57d7c
commit
60cdffacd6
|
@ -155,9 +155,10 @@ subroutine plastic_kinehardening_init(fileUnit)
|
||||||
integer(pInt), intent(in) :: fileUnit
|
integer(pInt), intent(in) :: fileUnit
|
||||||
|
|
||||||
integer(pInt), allocatable, dimension(:) :: chunkPos
|
integer(pInt), allocatable, dimension(:) :: chunkPos
|
||||||
|
integer(kind(undefined_ID)) :: &
|
||||||
|
output_ID
|
||||||
integer(pInt) :: &
|
integer(pInt) :: &
|
||||||
o, j, k, f, &
|
o, j, k, f, &
|
||||||
output_ID, &
|
|
||||||
phase, &
|
phase, &
|
||||||
instance, &
|
instance, &
|
||||||
maxNinstance, &
|
maxNinstance, &
|
||||||
|
|
Loading…
Reference in New Issue