Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development

This commit is contained in:
Martin Diehl 2019-02-25 20:06:48 +01:00
commit 6fab99bca5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v2.0.2-1837-g3bec76e7
v2.0.2-1892-ge88182b0

View File

@ -1278,7 +1278,7 @@ logical function integrateStress(&
!* calculate plastic velocity gradient and its tangent from constitutive law
call constitutive_LpAndItsTangents(Lp_constitutive, dLp_dS, dLp_dFi, &
math_sym33to6(S), Fi_new, ipc, ip, el)
S, Fi_new, ipc, ip, el)
#ifdef DEBUG
if (iand(debug_level(debug_crystallite), debug_levelExtensive) /= 0_pInt &