We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd853fa commit 07a8456Copy full SHA for 07a8456
src/simulation/m_weno.fpp
@@ -836,7 +836,7 @@ contains
836
837
if (.not. teno) then
838
! (Balsara & Shu, 2000) Page 11 Section III.a
839
- ! Note: paratheses are needed to group the terms before '+ weno_eps' to avoid unintended floating point errors
+ ! Note: parentheses are needed to group the terms before '+ weno_eps' to avoid unintended floating point errors
840
beta(0) = ( v(-3)*(547d0*v(-3) - 3882d0*v(-2) + 4642d0*v(-1) - 1854d0*v( 0)) & !&
841
+ v(-2)*( 7043d0*v(-2) - 17246d0*v(-1) + 7042d0*v( 0)) & !&
842
+ v(-1)*( 11003d0*v(-1) - 9402d0*v( 0)) & !&
0 commit comments