Skip to content

Commit 43f1865

Browse files
authored
small fix to m_mpi_proxy.fpp (#335)
1 parent bddab4d commit 43f1865

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
@@ -105,7 +105,7 @@ contains
105105
! Fluids physical parameters
106106
do i = 1, num_fluids_max
107107
#:for VAR in [ 'gamma','pi_inf','mul0','ss','pv','gamma_v','M_v', &
108-
& 'mu_v','k_v', 'G', 'qv' ]
108+
& 'mu_v','k_v', 'G', 'cv', 'qv', 'qvp' ]
109109
call MPI_BCAST(fluid_pp(i)%${VAR}$, 1, MPI_DOUBLE_PRECISION, 0, MPI_COMM_WORLD, ierr)
110110
#:endfor
111111
end do

0 commit comments

Comments
 (0)