Skip to content

Commit

Permalink
small fix to m_mpi_proxy.fpp (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
JRChreim authored Feb 13, 2024
1 parent bddab4d commit 43f1865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pre_process/m_mpi_proxy.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ contains
! Fluids physical parameters
do i = 1, num_fluids_max
#:for VAR in [ 'gamma','pi_inf','mul0','ss','pv','gamma_v','M_v', &
& 'mu_v','k_v', 'G', 'qv' ]
& 'mu_v','k_v', 'G', 'cv', 'qv', 'qvp' ]
call MPI_BCAST(fluid_pp(i)%${VAR}$, 1, MPI_DOUBLE_PRECISION, 0, MPI_COMM_WORLD, ierr)
#:endfor
end do
Expand Down

0 comments on commit 43f1865

Please sign in to comment.