From 943fa764c07c265653021a2f55f7a28405d4bd09 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 14 Oct 2018 11:15:07 +0200 Subject: [PATCH] not needed --- src/material.f90 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/material.f90 b/src/material.f90 index 7e7932a4f..c4ed54ddb 100644 --- a/src/material.f90 +++ b/src/material.f90 @@ -1409,12 +1409,7 @@ subroutine material_populateGrains enddo microstructureLoop enddo homogenizationLoop - deallocate(volumeOfGrain) - deallocate(phaseOfGrain) - deallocate(textureOfGrain) - deallocate(orientationOfGrain) deallocate(texture_transformation) - deallocate(Nelems) deallocate(elemsOfHomogMicro) call config_deallocate('material.config/microstructure')