Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisZYJ committed Oct 28, 2024
1 parent dd853fa commit 07a8456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/m_weno.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ contains

if (.not. teno) then
! (Balsara & Shu, 2000) Page 11 Section III.a
! 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
beta(0) = ( v(-3)*(547d0*v(-3) - 3882d0*v(-2) + 4642d0*v(-1) - 1854d0*v( 0)) & !&
+ v(-2)*( 7043d0*v(-2) - 17246d0*v(-1) + 7042d0*v( 0)) & !&
+ v(-1)*( 11003d0*v(-1) - 9402d0*v( 0)) & !&
Expand Down

0 comments on commit 07a8456

Please sign in to comment.