Skip to content

Commit bc65ba6

Browse files
committed
Small fix
1 parent 85047ab commit bc65ba6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pre_process/m_mpi_proxy.fpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ contains
108108
call MPI_BCAST(patch_ib(i)%model_spc, 1, MPI_INTEGER, 0, MPI_COMM_WORLD, ierr)
109109
110110
#:for VAR in [ 'x_centroid', 'y_centroid', 'z_centroid', &
111-
& 'length_x', 'length_y', 'length_z', 'radius', 'c', 'p', 't', 'm', 'theta', 'slip']
111+
& 'length_x', 'length_y', 'length_z', 'radius', 'c', 'p', 't', 'm', 'theta']
112112
call MPI_BCAST(patch_ib(i)%${VAR}$, 1, mpi_p, 0, MPI_COMM_WORLD, ierr)
113113
#:endfor
114+
call MPI_BCAST(patch_ib(i)%slip, 1, MPI_LOGICAL, 0, MPI_COMM_WORLD, ierr)
114115
115116
#:for VAR in [ 'model_translate', 'model_scale', 'model_rotate']
116117
call MPI_BCAST(patch_ib(i)%${VAR}$, size(patch_ib(i)%${VAR}$), mpi_p, 0, MPI_COMM_WORLD, ierr)

0 commit comments

Comments
 (0)