Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename riemann.H -> riemann_type.H #2889

Merged
merged 14 commits into from
Jun 27, 2024
Merged
594 changes: 594 additions & 0 deletions Source/hydro/HLL_solvers.H

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion Source/hydro/Make.package
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ endif

CEXE_headers += ppm.H
CEXE_sources += riemann.cpp
CEXE_headers += HLL_solvers.H
CEXE_headers += riemann_solvers.H
CEXE_headers += riemann_2shock_solvers.H
CEXE_sources += riemann_util.cpp
CEXE_headers += riemann.H
CEXE_headers += riemann_type.H
CEXE_headers += slope.H
CEXE_headers += reconstruction.H
CEXE_sources += trace_plm.cpp
Expand Down
Loading
Loading