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_state, &
|
||||
constitutive_deltaState, &
|
||||
constitutive_collectDeltaState, &
|
||||
constitutive_microstructure
|
||||
constitutive_collectDeltaState
|
||||
|
||||
implicit none
|
||||
integer(pInt), intent(in):: &
|
||||
|
|
Loading…
Reference in New Issue