not needed
This commit is contained in:
parent
4ac12d1dc5
commit
943fa764c0
|
@ -1409,12 +1409,7 @@ subroutine material_populateGrains
|
||||||
enddo microstructureLoop
|
enddo microstructureLoop
|
||||||
enddo homogenizationLoop
|
enddo homogenizationLoop
|
||||||
|
|
||||||
deallocate(volumeOfGrain)
|
|
||||||
deallocate(phaseOfGrain)
|
|
||||||
deallocate(textureOfGrain)
|
|
||||||
deallocate(orientationOfGrain)
|
|
||||||
deallocate(texture_transformation)
|
deallocate(texture_transformation)
|
||||||
deallocate(Nelems)
|
|
||||||
deallocate(elemsOfHomogMicro)
|
deallocate(elemsOfHomogMicro)
|
||||||
call config_deallocate('material.config/microstructure')
|
call config_deallocate('material.config/microstructure')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue