Skip to content

Commit

Permalink
Bug fix (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba authored Jan 28, 2024
1 parent a8c740e commit 695a305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/m_rhs.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ contains
flux_src_n(id)%vf, id, -1, ix, iy, iz)
end if

if (bc_z%end <= -5 .and. bc_z%beg >= -13) then
if (bc_z%end <= -5 .and. bc_z%end >= -13) then
call s_cbc(q_prim_qp%vf, flux_n(id)%vf, &
flux_src_n(id)%vf, id, 1, ix, iy, iz)
end if
Expand Down

0 comments on commit 695a305

Please sign in to comment.