bugfix, related making nonlocal state update explicit

This commit is contained in:
Martin Diehl 2020-03-25 13:20:14 +01:00
parent ddef241dcc
commit 2d5d48288c
1 changed files with 1 additions and 1 deletions

View File

@ -1199,7 +1199,7 @@ subroutine integrateStateEuler
nonlocalBroken = .true.
if(.not. crystallite_todo(g,i,e)) cycle
call constitutive_dependentState(crystallite_Fe(1:3,1:3,g,i,e), &
call constitutive_dependentState(crystallite_partionedF(1:3,1:3,g,i,e), &
crystallite_Fp(1:3,1:3,g,i,e), &
g, i, e)