polishing
This commit is contained in:
parent
07fb915a7e
commit
df4b642400
|
@ -600,7 +600,6 @@ subroutine plastic_nonlocal_init
|
||||||
allocate(dst%tau_Back(prm%totalNslip,NofMyPhase), source=0.0_pReal)
|
allocate(dst%tau_Back(prm%totalNslip,NofMyPhase), source=0.0_pReal)
|
||||||
end associate
|
end associate
|
||||||
|
|
||||||
|
|
||||||
if (NofMyPhase > 0) call stateInit(p,NofMyPhase)
|
if (NofMyPhase > 0) call stateInit(p,NofMyPhase)
|
||||||
plasticState(p)%state0 = plasticState(p)%state
|
plasticState(p)%state0 = plasticState(p)%state
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue