Skip to content

Commit eb90ba8

Browse files
committed
fix: update boundary_conditions local var to bc_dir_t in m_mpi_common
1 parent 3f9f382 commit eb90ba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/m_mpi_common.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ contains
503503
integer, intent(in) :: mpi_dir, pbc_loc, nVar
504504
integer :: i, j, k, l, r, q !< Generic loop iterators
505505
integer :: buffer_counts(1:3), buffer_count
506-
type(int_bounds_info) :: boundary_conditions(1:3)
506+
type(bc_dir_t) :: boundary_conditions(1:3)
507507
integer :: beg_end(1:2), grid_dims(1:3)
508508
integer :: dst_proc, src_proc, recv_tag, send_tag
509509
logical :: beg_end_geq_0, qbmm_comm, chem_diff_comm

0 commit comments

Comments
 (0)