Skip to content

Commit 07a8456

Browse files
committed
fix spelling
1 parent dd853fa commit 07a8456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_weno.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ contains
836836

837837
if (.not. teno) then
838838
! (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
839+
! Note: parentheses are needed to group the terms before '+ weno_eps' to avoid unintended floating point errors
840840
beta(0) = ( v(-3)*(547d0*v(-3) - 3882d0*v(-2) + 4642d0*v(-1) - 1854d0*v( 0)) & !&
841841
+ v(-2)*( 7043d0*v(-2) - 17246d0*v(-1) + 7042d0*v( 0)) & !&
842842
+ v(-1)*( 11003d0*v(-1) - 9402d0*v( 0)) & !&

0 commit comments

Comments
 (0)