diff --git a/VERSION b/VERSION index 7d075db3e..62cfd7a8f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.0.2-1837-g3bec76e7 +v2.0.2-1892-ge88182b0 diff --git a/src/crystallite.f90 b/src/crystallite.f90 index bce3aecf9..d35adb323 100644 --- a/src/crystallite.f90 +++ b/src/crystallite.f90 @@ -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 &