Skip to content

Commit

Permalink
fix multi-comp axisym HLL
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisZYJ committed Feb 7, 2025
1 parent 321c0a2 commit 8434e72
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion src/simulation/m_riemann_solvers.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ contains
! Geometrical source of the void fraction(s) is zero
!$acc loop seq
do i = advxb, advxe
flux_gsrc_rs${XYZ}$_vf(j, k, l, i) = 0._wp
flux_gsrc_rs${XYZ}$_vf(j, k, l, i) = flux_rs${XYZ}$_vf(j, k, l, i)

Check warning on line 881 in src/simulation/m_riemann_solvers.fpp

View check run for this annotation

Codecov / codecov/patch

src/simulation/m_riemann_solvers.fpp#L881

Added line #L881 was not covered by tests
end do
end if
#:endif
Expand Down
48 changes: 24 additions & 24 deletions tests/6FE484B5/golden-metadata.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions tests/6FE484B5/golden.txt

Large diffs are not rendered by default.

0 comments on commit 8434e72

Please sign in to comment.