From 098f2903ea0703a4c460812072d51a3214e0475b Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 8 Oct 2019 17:04:27 +0200 Subject: [PATCH] not used anymore --- src/mesh_marc.f90 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesh_marc.f90 b/src/mesh_marc.f90 index 75ec282e6..a60d754d6 100644 --- a/src/mesh_marc.f90 +++ b/src/mesh_marc.f90 @@ -39,9 +39,6 @@ module mesh integer, dimension(:,:), allocatable :: & mesh_element - - integer, dimension(:,:,:,:), allocatable :: & - mesh_ipNeighborhood !< 6 or less neighboring IPs as [element_num, IP_index, neighbor_index that points to me] real(pReal), dimension(:,:), allocatable :: & mesh_node, & !< node x,y,z coordinates (after deformation! ONLY FOR MARC!!!