From f5bd544b36a1b2bbcd039758be44f59a5207c336 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 29 Jan 2020 18:15:49 +0100 Subject: [PATCH] [skip ci] was too general --- src/mesh_grid.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh_grid.f90 b/src/mesh_grid.f90 index 6fe326fd0..bce392d78 100644 --- a/src/mesh_grid.f90 +++ b/src/mesh_grid.f90 @@ -386,7 +386,7 @@ pure function IPneighborhood(grid) integer, dimension(3), intent(in) :: grid ! grid (for this process!) - integer, dimension(3,6,1,product(grid)) :: IPneighborhood !< 6 or less neighboring IPs as [element_num, IP_index, neighbor_index that points to me] + integer, dimension(3,6,1,product(grid)) :: IPneighborhood !< 6 neighboring IPs as [element ID, IP ID, face ID] integer :: & x,y,z, &