Skip to content

Commit 6e9ca72

Browse files
authored
Update m_mpi_proxy.fpp
1 parent 7b79151 commit 6e9ca72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pre_process/m_mpi_proxy.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ contains
176176
177177
#:for VAR in [ 'x_centroid', 'y_centroid', 'z_centroid', &
178178
& 'length_x', 'length_y', 'length_z', 'radius', 'epsilon', &
179-
& 'beta', 'smooth_coeff', 'rho', 'p0', 'm0', 'r0', 'v0' &
179+
& 'beta', 'smooth_coeff', 'rho', 'p0', 'm0', 'r0', 'v0', &
180180
& 'pres', 'gamma', 'pi_inf', ]
181181
call MPI_BCAST(patch_icpp(i)%${VAR}$, 1, MPI_DOUBLE_PRECISION, 0, MPI_COMM_WORLD, ierr)
182182
#:endfor

0 commit comments

Comments
 (0)