deallocate "axes" shuffling of orientation information

This commit is contained in:
Martin Diehl 2016-11-10 06:53:47 +01:00
parent 20755e897b
commit 0f2e22805a
1 changed files with 1 additions and 6 deletions

View File

@ -1586,13 +1586,8 @@ subroutine material_populateGrains
deallocate(phaseOfGrain)
deallocate(textureOfGrain)
deallocate(orientationOfGrain)
deallocate(texture_transformation)
deallocate(Nelems)
!> @todo - causing segmentation fault: needs looking into
!do homog = 1,material_Nhomogenization
! do micro = 1,material_Nmicrostructure
! if (Nelems(homog,micro) > 0_pInt) deallocate(elemsOfHomogMicro(homog,micro)%p)
! enddo
!enddo
deallocate(elemsOfHomogMicro)
end subroutine material_populateGrains