From b8b75edd7d1d7c42e60c43cda9f2cd99fcc66809 Mon Sep 17 00:00:00 2001 From: Christoph Kords Date: Mon, 21 Mar 2011 15:23:36 +0000 Subject: [PATCH] no changes to previous version, just wanted to add some comment to the previous commit: subroutine "constitutive_nonlocal_dotState" only affects the current dotState, so no need to pass the whole array as argument --- code/constitutive_nonlocal.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/constitutive_nonlocal.f90 b/code/constitutive_nonlocal.f90 index 66456d427..8ad6f9a2e 100644 --- a/code/constitutive_nonlocal.f90 +++ b/code/constitutive_nonlocal.f90 @@ -1959,7 +1959,7 @@ type(p_vec), dimension(homogenization_maxNgrains,mesh_maxNips,mesh_NcpElems), in state ! microstructural state !* output variables -real(pReal) constitutive_nonlocal_dotTemperature ! evolution of Temperature +real(pReal) constitutive_nonlocal_dotTemperature ! evolution of Temperature !* local variables