We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f2a8f commit 3fdbddfCopy full SHA for 3fdbddf
src/pre_process/m_mpi_proxy.fpp
@@ -81,7 +81,7 @@ contains
81
#:for VAR in [ 'x_centroid', 'y_centroid', 'z_centroid', &
82
& 'length_x', 'length_y', 'length_z', 'radius', 'epsilon', &
83
& 'beta', 'smooth_coeff', 'rho', 'p0', 'm0', 'r0', 'v0', &
84
- & 'pres', 'gamma', 'pi_inf' ]
+ & 'pres', 'gamma', 'pi_inf', 'hcid' ]
85
call MPI_BCAST(patch_icpp(i)%${VAR}$, 1, MPI_DOUBLE_PRECISION, 0, MPI_COMM_WORLD, ierr)
86
#:endfor
87
0 commit comments