bugfix: explicit nonlocal requires F, not Fe

This commit is contained in:
Martin Diehl 2020-03-25 18:58:58 +01:00
parent 9900bf0be7
commit 939d2af1d9
1 changed files with 1 additions and 1 deletions

View File

@ -1499,7 +1499,7 @@ subroutine integrateStateRKCK45
* crystallite_subdt(g,i,e)
enddo
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)