Skip to content

Commit 9e7871e

Browse files
committed
format check
1 parent 16ec9ed commit 9e7871e

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

src/common/m_mpi_common.fpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,11 @@ contains
374374
!! @param vcfl_max_glb Global maximum VCFL stability criterion
375375
!! @param Rc_min_glb Global minimum Rc stability criterion
376376
impure subroutine s_mpi_reduce_stability_criteria_extrema(icfl_max_loc, &
377-
vcfl_max_loc, &
378-
Rc_min_loc, &
379-
icfl_max_glb, &
380-
vcfl_max_glb, &
381-
Rc_min_glb)
377+
vcfl_max_loc, &
378+
Rc_min_loc, &
379+
icfl_max_glb, &
380+
vcfl_max_glb, &
381+
Rc_min_glb)
382382
383383
real(wp), intent(in) :: icfl_max_loc
384384
real(wp), intent(in) :: vcfl_max_loc

src/common/m_variables_conversion.fpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,9 @@ contains
455455
end subroutine s_convert_species_to_mixture_variables
456456

457457
pure subroutine s_convert_species_to_mixture_variables_acc(rho_K, &
458-
gamma_K, pi_inf_K, qv_K, &
459-
alpha_K, alpha_rho_K, Re_K, &
460-
G_K, G)
458+
gamma_K, pi_inf_K, qv_K, &
459+
alpha_K, alpha_rho_K, Re_K, &
460+
G_K, G)
461461
#ifdef _CRAYFTN
462462
!DIR$ INLINEALWAYS s_convert_species_to_mixture_variables_acc
463463
#else
@@ -537,8 +537,8 @@ contains
537537
end subroutine s_convert_species_to_mixture_variables_acc
538538

539539
pure subroutine s_convert_species_to_mixture_variables_bubbles_acc(rho_K, &
540-
gamma_K, pi_inf_K, qv_K, &
541-
alpha_K, alpha_rho_K, Re_K)
540+
gamma_K, pi_inf_K, qv_K, &
541+
alpha_K, alpha_rho_K, Re_K)
542542
#ifdef _CRAYFTN
543543
!DIR$ INLINEALWAYS s_convert_species_to_mixture_variables_bubbles_acc
544544
#else

src/simulation/m_riemann_solvers.fpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4101,13 +4101,13 @@ contains
41014101
!! @param[in] iy Y-direction loop bounds (int_bounds_info).
41024102
!! @param[in] iz Z-direction loop bounds (int_bounds_info).
41034103
pure subroutine s_compute_cartesian_viscous_source_flux(dvelL_dx_vf, &
4104-
dvelL_dy_vf, &
4105-
dvelL_dz_vf, &
4106-
dvelR_dx_vf, &
4107-
dvelR_dy_vf, &
4108-
dvelR_dz_vf, &
4109-
flux_src_vf, &
4110-
norm_dir)
4104+
dvelL_dy_vf, &
4105+
dvelL_dz_vf, &
4106+
dvelR_dx_vf, &
4107+
dvelR_dy_vf, &
4108+
dvelR_dz_vf, &
4109+
flux_src_vf, &
4110+
norm_dir)
41114111
41124112
! Arguments
41134113
type(scalar_field), dimension(num_dims), intent(in) :: dvelL_dx_vf, dvelR_dx_vf
@@ -4290,8 +4290,8 @@ contains
42904290
!! @param flux_gsrc_vf Intercell geometric source fluxes
42914291
!! @param norm_dir Dimensional splitting coordinate direction
42924292
pure subroutine s_finalize_riemann_solver(flux_vf, flux_src_vf, &
4293-
flux_gsrc_vf, &
4294-
norm_dir)
4293+
flux_gsrc_vf, &
4294+
norm_dir)
42954295
42964296
type(scalar_field), &
42974297
dimension(sys_size), &

0 commit comments

Comments
 (0)