Skip to content

Commit 3fdbddf

Browse files
committed
small bug fix
1 parent b5f2a8f commit 3fdbddf

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
@@ -81,7 +81,7 @@ contains
8181
#:for VAR in [ 'x_centroid', 'y_centroid', 'z_centroid', &
8282
& 'length_x', 'length_y', 'length_z', 'radius', 'epsilon', &
8383
& 'beta', 'smooth_coeff', 'rho', 'p0', 'm0', 'r0', 'v0', &
84-
& 'pres', 'gamma', 'pi_inf' ]
84+
& 'pres', 'gamma', 'pi_inf', 'hcid' ]
8585
call MPI_BCAST(patch_icpp(i)%${VAR}$, 1, MPI_DOUBLE_PRECISION, 0, MPI_COMM_WORLD, ierr)
8686
#:endfor
8787

0 commit comments

Comments
 (0)