Skip to content
GitLab
Menu
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
90cd988c
Commit
90cd988c
authored
Apr 10, 2018
by
Matthieu Schaller
Committed by
Matthieu Schaller
Apr 15, 2018
Browse files
Fixed missing semi-colon and closing bracket.
parent
ff49f83e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/testRiemannExact.c
View file @
90cd988c
...
...
@@ -353,4 +353,5 @@ int main() {
/* symmetry test */
for
(
int
i
=
0
;
i
<
10000
;
++
i
)
check_riemann_symmetry
();
return
0
\ No newline at end of file
return
0
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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