Skip to content

Commit 695a305

Browse files
authored
Bug fix (#325)
1 parent a8c740e commit 695a305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_rhs.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ contains
14741474
flux_src_n(id)%vf, id, -1, ix, iy, iz)
14751475
end if
14761476

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

0 commit comments

Comments
 (0)