From 4689966c79a8f6a2868bee950c749cfec1d50639 Mon Sep 17 00:00:00 2001 From: Denny Tjahjanto Date: Thu, 6 Aug 2009 12:47:14 +0000 Subject: [PATCH] correction in homogenization_RGC.f90: in the use of material module homogenization_typeInstance was included two times in previous version. --- code/homogenization_RGC.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/homogenization_RGC.f90 b/code/homogenization_RGC.f90 index 7ba980ade..9f4e2f5c3 100644 --- a/code/homogenization_RGC.f90 +++ b/code/homogenization_RGC.f90 @@ -594,7 +594,7 @@ pure function homogenization_RGC_postResults(& use prec, only: pReal,pInt,p_vec use mesh, only: mesh_element - use material, only: homogenization_typeInstance,homogenization_Noutput,homogenization_typeInstance,homogenization_Ngrains + use material, only: homogenization_typeInstance,homogenization_Noutput,homogenization_Ngrains implicit none !* Definition of variables