is only needed during initialization
This commit is contained in:
parent
2cf89b1fdd
commit
7d6c0dc5f4
|
@ -317,6 +317,7 @@ subroutine material_init
|
||||||
|
|
||||||
deallocate(microstructure_phase)
|
deallocate(microstructure_phase)
|
||||||
deallocate(microstructure_texture)
|
deallocate(microstructure_texture)
|
||||||
|
deallocate(texture_orientation)
|
||||||
|
|
||||||
|
|
||||||
allocate(material_homogenizationAt,source=discretization_homogenizationAt)
|
allocate(material_homogenizationAt,source=discretization_homogenizationAt)
|
||||||
|
|
Loading…
Reference in New Issue