From 47df2b581e19afc3a6a2687cb4875a27984726b4 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 13 Jun 2019 19:09:49 +0200 Subject: [PATCH] does not exist anymore --- src/mesh_marc.f90 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesh_marc.f90 b/src/mesh_marc.f90 index 76f121a2a..4a821eeba 100644 --- a/src/mesh_marc.f90 +++ b/src/mesh_marc.f90 @@ -211,8 +211,6 @@ subroutine mesh_init(ip,el) if (myDebug) write(6,'(a)') ' Built elements'; flush(6) close (FILEUNIT) - - call mesh_build_FEdata ! get properties of the different types of elements call mesh_build_cellconnectivity if (myDebug) write(6,'(a)') ' Built cell connectivity'; flush(6) mesh_cellnode = mesh_build_cellnodes()