improved indentation

This commit is contained in:
Franz Roters 2020-10-23 17:36:41 +02:00
parent a6f6166fa9
commit e675cec632
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ function crystallite_stress()
-crystallite_partitionedF0(1:3,1:3,c,i,e))
crystallite_Fe(1:3,1:3,c,i,e) = matmul(crystallite_subF(1:3,1:3,c,i,e), &
math_inv33(matmul(crystallite_Fi(1:3,1:3,c,i,e), &
crystallite_Fp(1:3,1:3,c,i,e))))
crystallite_Fp(1:3,1:3,c,i,e))))
crystallite_subdt(c,i,e) = crystallite_subStep(c,i,e) * crystallite_dt(c,i,e)
crystallite_converged(c,i,e) = .false.
call integrateState(c,i,e)