Skip to content

Commit 23cb6be

Browse files
AnandAnand
authored andcommitted
Passing all test cases
1 parent b9a2447 commit 23cb6be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/simulation/m_riemann_solvers.fpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3551,6 +3551,7 @@ contains
35513551
flux_rsx_vf(${SF('')}$, eqn_idx%B%beg) = F_hlld(5)
35523552
flux_rsx_vf(${SF('')}$, eqn_idx%B%beg + 1) = F_hlld(6)
35533553
else
3554+
flux_rsx_vf(${SF('')}$, eqn_idx%B%beg + dir_idx(1) - 1) = 0._wp
35543555
flux_rsx_vf(${SF('')}$, eqn_idx%B%beg + dir_idx(2) - 1) = F_hlld(5)
35553556
flux_rsx_vf(${SF('')}$, eqn_idx%B%beg + dir_idx(3) - 1) = F_hlld(6)
35563557
end if

0 commit comments

Comments
 (0)