added missing allocation
This commit is contained in:
parent
d662507eb8
commit
57ca93c3c9
|
@ -486,6 +486,7 @@ subroutine material_init()
|
||||||
allocate(mappingHomogenizationConst( mesh_nIPsPerElem,mesh_NcpElems),source=1_pInt)
|
allocate(mappingHomogenizationConst( mesh_nIPsPerElem,mesh_NcpElems),source=1_pInt)
|
||||||
! END DEPRECATED
|
! END DEPRECATED
|
||||||
|
|
||||||
|
allocate(material_homogenizationAt,source=mesh_homogenizationAt)
|
||||||
allocate(PhaseCounter (size(config_phase)), source=0_pInt)
|
allocate(PhaseCounter (size(config_phase)), source=0_pInt)
|
||||||
allocate(HomogenizationCounter(size(config_homogenization)),source=0_pInt)
|
allocate(HomogenizationCounter(size(config_homogenization)),source=0_pInt)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue