From 4025951dc1db96258fbe327a361f2f4c7c469798 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 7 Jun 2019 08:17:26 +0200 Subject: [PATCH] missing use caused compilation error --- src/mesh_marc.f90 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mesh_marc.f90 b/src/mesh_marc.f90 index 0d3dbe5ad..ba4e4e070 100644 --- a/src/mesh_marc.f90 +++ b/src/mesh_marc.f90 @@ -16,11 +16,10 @@ module mesh use numerics use FEsolving use element + use discretization use geometry_plastic_nonlocal -#if defined(DAMASK_HDF5) use HDF5_utilities use results -#endif implicit none private