You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common/m_constants.fpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ module m_constants
33
33
real(wp), parameter:: acoustic_spatial_support_width =2.5_wp !< Spatial support width of acoustic source, used in s_source_spatial
34
34
real(wp), parameter:: dflt_vcfl_dt =100._wp !< value of vcfl_dt when viscosity is off for computing adaptive timestep size
35
35
real(wp), parameter:: broadband_spectral_level_constant =20._wp !< The constant to scale the spectral level at the lower frequency bound
36
-
real(wp), parameter:: broadband_spectral_level_growth_rate =10._wp !< The spectral level constant to correct the magnitude at each frqeuencyto ensure the source is overall broadband
36
+
real(wp), parameter:: broadband_spectral_level_growth_rate =10._wp !< The spectral level constant to correct the magnitude at each frequencyto ensure the source is overall broadband
37
37
38
38
! Reconstruction Types
39
39
integer, parameter:: WENO_TYPE =1 !< Using WENO for reconstruction type
0 commit comments