From ac3bd2d725df84ca907fd5081cde49a852159283 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 7 Apr 2014 14:35:40 +0000 Subject: [PATCH] space in frot caused compilation problem, fixed now --- code/mesh.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/mesh.f90 b/code/mesh.f90 index 90a62a218..63efee56a 100644 --- a/code/mesh.f90 +++ b/code/mesh.f90 @@ -5092,7 +5092,7 @@ subroutine mesh_write_cellGeom #ifdef HDF use IO, only: & HDF5_mappingCells - #endif +#endif implicit none integer(I4P), dimension(1:mesh_Ncells) :: celltype integer(I4P), dimension(mesh_Ncells*(1_pInt+FE_maxNcellnodesPerCell)) :: cellconnection