diff --git a/trunk/CPFEM.f90 b/trunk/CPFEM.f90 index ace97b3f4..a86dab6a6 100644 --- a/trunk/CPFEM.f90 +++ b/trunk/CPFEM.f90 @@ -493,8 +493,8 @@ real(pReal) Tstar_v(6), cs(6) integer(pInt) cp_en, CPFEM_in, iori, iconv, ising ! *** Local variables *** - real(pReal) crite, tol_in, tol_out, invFp_old(3,3), det, A(3,3), C66(6,6), Lp(3,3), dLp(3,3) - real(pReal) tLp(3,3), inv_tLp(3,3), help(3,3), Tstar0_v(6), R1(6), norm1, tdLp(3,3) + real(pReal) crite, tol_in, tol_out, invFp_old(3,3), det, A(3,3), C66(6,6), Lp(3,3), dLp(3,3,6) + real(pReal) tLp(3,3), help(3,3), help1(6), Tstar0_v(6), R1(6), norm1, tdLp(3,3) real(pReal) dstate(constitutive_Nstatevars), R2(6), norm2, invFp_new(3,3), Estar(3,3) real(pReal) Estar_v(6) integer(pInt) iouter, iinner , Jacobi(6,6), inv_Jacobi(6,6), dTstar_v(6), dummy, err @@ -544,10 +544,19 @@ norm1=maxval(abs(R1)) if (norm1