remove not needed use statement
This commit is contained in:
parent
e1a31457ba
commit
7c79b31f6c
|
@ -2891,8 +2891,7 @@ logical function crystallite_stateJump(g,i,e)
|
||||||
constitutive_sizeDotState, &
|
constitutive_sizeDotState, &
|
||||||
constitutive_state, &
|
constitutive_state, &
|
||||||
constitutive_deltaState, &
|
constitutive_deltaState, &
|
||||||
constitutive_collectDeltaState, &
|
constitutive_collectDeltaState
|
||||||
constitutive_microstructure
|
|
||||||
|
|
||||||
implicit none
|
implicit none
|
||||||
integer(pInt), intent(in):: &
|
integer(pInt), intent(in):: &
|
||||||
|
|
Loading…
Reference in New Issue