outputID is not of default integer type (causes trouble with MSC.Marc)
This commit is contained in:
parent
3f285d3a3f
commit
8554279351
|
@ -230,9 +230,10 @@ subroutine plastic_dislotwin_init(fileUnit)
|
|||
integer(pInt) :: maxNinstance,&
|
||||
f,instance,j,i,k,l,m,n,o,p,q,r,s,p1, &
|
||||
offset_slip, index_myFamily, index_otherFamily, &
|
||||
startIndex, endIndex, outputID,outputSize
|
||||
startIndex, endIndex, outputSize
|
||||
integer(pInt) :: sizeState, sizeDotState, sizeDeltaState
|
||||
integer(pInt) :: NofMyPhase
|
||||
integer(kind(undefined_ID)) outputID
|
||||
|
||||
real(pReal), dimension(:,:,:,:,:), allocatable :: &
|
||||
Ctwin3333, & !< twin elasticity matrix for each instance
|
||||
|
|
Loading…
Reference in New Issue