Skip to content

Commit 3356325

Browse files
committed
Ran formatted
1 parent 1122923 commit 3356325

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/simulation/m_riemann_solvers.fpp

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3958,10 +3958,10 @@ contains
39583958
!! @param[in] iy Global Y-direction loop bounds (int_bounds_info).
39593959
!! @param[in] iz Global Z-direction loop bounds (int_bounds_info).
39603960
pure subroutine s_compute_cylindrical_viscous_source_flux(velL_vf, &
3961-
dvelL_dx_vf, dvelL_dy_vf, dvelL_dz_vf, &
3962-
velR_vf, &
3963-
dvelR_dx_vf, dvelR_dy_vf, dvelR_dz_vf, &
3964-
flux_src_vf, norm_dir, ix, iy, iz)
3961+
dvelL_dx_vf, dvelL_dy_vf, dvelL_dz_vf, &
3962+
velR_vf, &
3963+
dvelR_dx_vf, dvelR_dy_vf, dvelR_dz_vf, &
3964+
flux_src_vf, norm_dir, ix, iy, iz)
39653965
39663966
type(scalar_field), dimension(num_dims), intent(in) :: velL_vf, velR_vf
39673967
type(scalar_field), dimension(num_dims), intent(in) :: dvelL_dx_vf, dvelR_dx_vf
@@ -4120,16 +4120,16 @@ contains
41204120
!! @param[in] iy Y-direction loop bounds (int_bounds_info).
41214121
!! @param[in] iz Z-direction loop bounds (int_bounds_info).
41224122
pure subroutine s_compute_cartesian_viscous_source_flux(velL_vf, &
4123-
dvelL_dx_vf, &
4124-
dvelL_dy_vf, &
4125-
dvelL_dz_vf, &
4126-
velR_vf, &
4127-
dvelR_dx_vf, &
4128-
dvelR_dy_vf, &
4129-
dvelR_dz_vf, &
4130-
flux_src_vf, &
4131-
norm_dir, &
4132-
ix, iy, iz)
4123+
dvelL_dx_vf, &
4124+
dvelL_dy_vf, &
4125+
dvelL_dz_vf, &
4126+
velR_vf, &
4127+
dvelR_dx_vf, &
4128+
dvelR_dy_vf, &
4129+
dvelR_dz_vf, &
4130+
flux_src_vf, &
4131+
norm_dir, &
4132+
ix, iy, iz)
41334133
41344134
! Arguments
41354135
type(scalar_field), dimension(num_dims), intent(in) :: velL_vf, velR_vf

0 commit comments

Comments
 (0)