fixed bug in last revision: FE_geomType was not in namespace
This commit is contained in:
parent
10ed848258
commit
35a0483507
|
@ -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, &
|
||||||
|
|
Loading…
Reference in New Issue