Skip to content

Commit

Permalink
fix macos debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed May 28, 2024
1 parent c604fe9 commit 2efe8b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/simulation/m_weno.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,6 @@ contains

real(kind(0d0)) :: v_rs1, v_rs2, v_rs3, v_rs4, v_rs5

integer :: recon_order

integer :: i, j, k, l, r, s, w

integer :: t1, t2, c_rate, c_max
Expand All @@ -529,7 +527,7 @@ contains

!$acc update device(is1_weno, is2_weno, is3_weno)

if (recon_order /= 1) then
if (weno_order /= 1) then
call s_initialize_weno(v_vf, &
norm_dir, weno_dir)
end if
Expand Down

0 comments on commit 2efe8b7

Please sign in to comment.