Skip to content
Snippets Groups Projects
Commit 42c38e3c authored by Bert Vandenbroucke's avatar Bert Vandenbroucke
Browse files

Increased the number of symmetry tests for the exact Riemann solver to cover more paths through it

parent ca43c295
No related branches found
No related tags found
1 merge request!223Merge Gizmo-SPH into the master branch
......@@ -331,7 +331,8 @@ int main() {
check_riemann_exact();
/* symmetry test */
check_riemann_symmetry();
int i;
for (i = 0; i < 100; ++i) check_riemann_symmetry();
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment