[skip ci] was too general

This commit is contained in:
Martin Diehl 2020-01-29 18:15:49 +01:00
parent 9fbdb6b757
commit f5bd544b36
1 changed files with 1 additions and 1 deletions

View File

@ -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, &