Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
c89526be
Commit
c89526be
authored
Apr 15, 2018
by
Matthieu Schaller
Browse files
Re-activate the basic exact Riemann solver check.
parent
36e3c98a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/testRiemannExact.c
View file @
c89526be
...
...
@@ -406,7 +406,7 @@ int main() {
srand
(
seed
);
/* check the exact Riemann solver */
//
check_riemann_exact();
check_riemann_exact
();
/* symmetry test */
for
(
int
i
=
0
;
i
<
100000
;
++
i
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment