Skip to content

Commit 27f42ed

Browse files
committed
Fix valuable for composition matrix construction
1 parent 1b4e61f commit 27f42ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Fortran_libraries/MHD_src/sph_MHD/const_radial_mat_4_sph.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ subroutine const_radial_matrices_sph &
247247
call const_radial_mat_4_scalar_sph(comp_evo_name, dt, sph_rj, &
248248
& g_sph_rj, r_2nd, sph_MHD_bc%fdm2_center, MHD_prop%cp_prop, &
249249
& sph_MHD_bc%sph_bc_C, sph_MHD_bc%bcs_C, &
250-
& ref_field%d_fld(1,iref_diffusivity%i_T_diffusivity), &
251-
& ref_field%d_fld(1,iref_grad_diffusivity%i_T_diffusivity), &
250+
& ref_field%d_fld(1,iref_diffusivity%i_C_diffusivity), &
251+
& ref_field%d_fld(1,iref_grad_diffusivity%i_C_diffusivity), &
252252
& sph_MHD_mat%band_comp_evo)
253253
if(i_debug .eq. iflag_full_msg) then
254254
call check_radial_band_mat(id_file, sph_rj, &

0 commit comments

Comments
 (0)