Skip to content

Commit dac3d1f

Browse files
committed
src: restore the interface-compression section heading in m_constants
The named-constant retirement deleted the WENO/MUSCL block between two section headings and merged them into one nonsensical comment. Flagged by automated PR review on #1552.
1 parent e4bb56a commit dac3d1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/m_constants.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module m_constants
5050
real(wp), parameter :: broadband_spectral_level_constant = 20._wp
5151
!> The spectral level constant to correct the magnitude at each frequency to ensure the source is overall broadband
5252
real(wp), parameter :: broadband_spectral_level_growth_rate = 10._wp
53-
! Reconstruction Types Interface Compression
53+
! Interface compression (THINC)
5454
real(wp), parameter :: dflt_ic_eps = 1e-4_wp !< Ensure compression is only applied to surface cells in THINC
5555
real(wp), parameter :: dflt_ic_beta = 1.6_wp !< Sharpness parameter's default value used in THINC
5656
real(wp), parameter :: moncon_cutoff = 1e-8_wp !< Monotonicity constraint's limiter to prevent extremas in THINC

0 commit comments

Comments
 (0)