correction in homogenization_RGC.f90: in the use of material module
homogenization_typeInstance was included two times in previous version.
This commit is contained in:
parent
1a7eb3158b
commit
4689966c79
|
@ -594,7 +594,7 @@ pure function homogenization_RGC_postResults(&
|
||||||
|
|
||||||
use prec, only: pReal,pInt,p_vec
|
use prec, only: pReal,pInt,p_vec
|
||||||
use mesh, only: mesh_element
|
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
|
implicit none
|
||||||
|
|
||||||
!* Definition of variables
|
!* Definition of variables
|
||||||
|
|
Loading…
Reference in New Issue