Skip to content

Commit c183e43

Browse files
committed
fix: use compact declaration style in m_global_parameters.fpp to pass formatter
1 parent 41950bc commit c183e43

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

src/simulation/m_global_parameters.fpp

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -148,24 +148,24 @@ module m_global_parameters
148148
logical :: nv_uvm_pref_gpu !< Enable explicit gpu memory hints (default FALSE)
149149
!> @}
150150

151-
real(wp) :: muscl_eps !< MUSCL limiter slope-product threshold
152-
real(wp) :: weno_eps !< Binding for the WENO nonlinear weights
153-
real(wp) :: teno_CT !< Smoothness threshold for TENO
154-
logical :: mp_weno !< Monotonicity preserving (MP) WENO
155-
logical :: weno_avg !< Average left/right cell-boundary states
156-
logical :: weno_Re_flux !< WENO reconstruct velocity gradients for viscous stress tensor
157-
integer :: riemann_solver !< Riemann solver algorithm
158-
integer :: low_Mach !< Low Mach number fix to HLLC Riemann solver
159-
integer :: wave_speeds !< Wave speeds estimation method
160-
integer :: avg_state !< Average state evaluation method
161-
logical :: alt_soundspeed !< Alternate mixture sound speed
162-
logical :: null_weights !< Null undesired WENO weights
163-
logical :: mixture_err !< Mixture properties correction
164-
logical :: hypoelasticity !< hypoelasticity modeling
165-
logical :: hyperelasticity !< hyperelasticity modeling
166-
integer :: int_comp !< Interface compression: 0=off, 1=THINC, 2=MTHINC
167-
real(wp) :: ic_eps !< THINC Epsilon to compress on surface cells
168-
real(wp) :: ic_beta !< THINC Sharpness Parameter
151+
real(wp) :: muscl_eps !< MUSCL limiter slope-product threshold
152+
real(wp) :: weno_eps !< Binding for the WENO nonlinear weights
153+
real(wp) :: teno_CT !< Smoothness threshold for TENO
154+
logical :: mp_weno !< Monotonicity preserving (MP) WENO
155+
logical :: weno_avg !< Average left/right cell-boundary states
156+
logical :: weno_Re_flux !< WENO reconstruct velocity gradients for viscous stress tensor
157+
integer :: riemann_solver !< Riemann solver algorithm
158+
integer :: low_Mach !< Low Mach number fix to HLLC Riemann solver
159+
integer :: wave_speeds !< Wave speeds estimation method
160+
integer :: avg_state !< Average state evaluation method
161+
logical :: alt_soundspeed !< Alternate mixture sound speed
162+
logical :: null_weights !< Null undesired WENO weights
163+
logical :: mixture_err !< Mixture properties correction
164+
logical :: hypoelasticity !< hypoelasticity modeling
165+
logical :: hyperelasticity !< hyperelasticity modeling
166+
integer :: int_comp !< Interface compression: 0=off, 1=THINC, 2=MTHINC
167+
real(wp) :: ic_eps !< THINC Epsilon to compress on surface cells
168+
real(wp) :: ic_beta !< THINC Sharpness Parameter
169169
$:GPU_DECLARE(create='[int_comp, ic_eps, ic_beta]')
170170
integer :: hyper_model !< hyperelasticity solver algorithm
171171
logical :: elasticity !< elasticity modeling, true for hyper or hypo

0 commit comments

Comments
 (0)