not needed

This commit is contained in:
Martin Diehl 2019-02-22 07:37:08 +01:00
parent da8a1d5973
commit beb73c7882
2 changed files with 2 additions and 2 deletions

View File

@ -882,7 +882,7 @@ subroutine constitutive_collectDotState(S, FeArray, Fi, FpArray, subdt, subfracA
case (PLASTICITY_NONLOCAL_ID) plasticityType
call plastic_nonlocal_dotState (Mp,FeArray,FpArray,temperature(ho)%p(tme), &
subdt,subfracArray,ip,el)
subdt,ip,el)
end select plasticityType
SourceLoop: do i = 1_pInt, phase_Nsources(material_phase(ipc,ip,el))

View File

@ -1646,7 +1646,7 @@ end subroutine plastic_nonlocal_deltaState
!> @brief calculates the rate of change of microstructure
!---------------------------------------------------------------------------------------------------
subroutine plastic_nonlocal_dotState(Mp, Fe, Fp, Temperature, &
timestep,subfrac, ip,el)
timestep,ip,el)
use, intrinsic :: &
IEEE_arithmetic
use prec, only: dNeq0, &