We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f282fe9 commit 2126d4eCopy full SHA for 2126d4e
1 file changed
src/simulation/m_start_up.fpp
@@ -1282,7 +1282,6 @@ contains
1282
integer :: ierr
1283
integer, dimension(4) :: buf4
1284
integer, dimension(2) :: buf2, rbuf2
1285
-#endif
1286
1287
ax = ib_neighborhood_radius
1288
@@ -1291,7 +1290,6 @@ contains
1291
1290
ib_neighbor_ranks = MPI_PROC_NULL
1292
ib_neighbor_ranks(0, 0, 0) = proc_rank
1293
1294
-#ifdef MFC_MPI
1295
! Fill radius-1 entries: face neighbors are known from domain decomposition
1296
ib_neighbor_ranks(-1, 0, 0) = bc_x%beg
1297
ib_neighbor_ranks(+1, 0, 0) = bc_x%end
0 commit comments