Skip to content

Commit 32f8c09

Browse files
committed
fix
1 parent 69d1689 commit 32f8c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simulation/m_rhs.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,13 +1755,13 @@ contains
17551755
is1, is2, is3)
17561756
else
17571757
call s_weno(v_vf(iv%beg:iv%end), &
1758-
vL_x(:, :, :, iv%beg:iv%end), vL_y(:, :, :, :), vL_z(:, :, :, :), vR_x(:, :, :, iv%beg:iv%end), vR_y(:, :, :, iv%beg:iv%end), vR_z(:, :, :, :), &
1758+
vL_x(:, :, :, iv%beg:iv%end), vL_y(:, :, :, iv%beg:iv%end), vL_z(:, :, :, :), vR_x(:, :, :, iv%beg:iv%end), vR_y(:, :, :, iv%beg:iv%end), vR_z(:, :, :, :), &
17591759
weno_dir, &
17601760
is1, is2, is3)
17611761
end if
17621762
else
17631763
call s_weno(v_vf(iv%beg:iv%end), &
1764-
vL_x(:, :, :, iv%beg:iv%end), vL_y(:, :, :, iv%beg:iv%end), vL_z(:, :, :, :), vR_x(:, :, :, iv%beg:iv%end), vR_y(:, :, :, iv%beg:iv%end), vR_z(:, :, :, :), &
1764+
vL_x(:, :, :, iv%beg:iv%end), vL_y(:, :, :, :), vL_z(:, :, :, :), vR_x(:, :, :, iv%beg:iv%end), vR_y(:, :, :, :), vR_z(:, :, :, :), &
17651765
weno_dir, &
17661766
is1, is2, is3)
17671767
end if

0 commit comments

Comments
 (0)