Skip to content
Snippets Groups Projects
Commit c89526be authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Re-activate the basic exact Riemann solver check.

parent 36e3c98a
No related branches found
No related tags found
1 merge request!529Update to the Riemann solver unit tests
...@@ -406,7 +406,7 @@ int main() { ...@@ -406,7 +406,7 @@ int main() {
srand(seed); srand(seed);
/* check the exact Riemann solver */ /* check the exact Riemann solver */
// check_riemann_exact(); check_riemann_exact();
/* symmetry test */ /* symmetry test */
for (int i = 0; i < 100000; ++i) { for (int i = 0; i < 100000; ++i) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment