fixed bug in last revision: FE_geomType was not in namespace

This commit is contained in:
Christoph Kords 2012-12-10 17:22:16 +00:00
parent 10ed848258
commit 35a0483507
1 changed files with 2 additions and 1 deletions

View File

@ -488,7 +488,8 @@ use mesh, only: mesh_element, &
mesh_NcpElems, & mesh_NcpElems, &
mesh_maxNips, & mesh_maxNips, &
mesh_ipNeighborhood, & mesh_ipNeighborhood, &
FE_NipNeighbors FE_NipNeighbors, &
FE_geomtype
use material, only: homogenization_Ngrains, & use material, only: homogenization_Ngrains, &
homogenization_maxNgrains homogenization_maxNgrains
use constitutive, only: constitutive_sizeState, & use constitutive, only: constitutive_sizeState, &