From 4ff497e5ba9b784919b42a2bfe22c08e2c0518a4 Mon Sep 17 00:00:00 2001 From: Christoph Kords Date: Thu, 8 Oct 2009 09:23:15 +0000 Subject: [PATCH] mesh_build_sharedElems does not need an input argument anymore --- code/mesh.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/mesh.f90 b/code/mesh.f90 index 596c5f2bb..17485e52b 100644 --- a/code/mesh.f90 +++ b/code/mesh.f90 @@ -222,7 +222,7 @@ call mesh_get_nodeElemDimensions(fileUnit) call mesh_build_nodes(fileUnit) call mesh_build_elements(fileUnit) - call mesh_build_sharedElems(fileUnit) + call mesh_build_sharedElems() call mesh_build_ipNeighborhood() call mesh_build_subNodeCoords() call mesh_build_ipVolumes()