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
1eacbd41
Commit
1eacbd41
authored
Mar 02, 2017
by
Matthieu Schaller
Browse files
Also updated the test-suite to use the updated constants.
parent
23efe7cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/testKernelGrav.c
View file @
1eacbd41
...
...
@@ -87,7 +87,7 @@ int main() {
printf
(
"
\n
All values are consistent
\n
"
);
/* Now test the long range function */
const
float
a_smooth
=
const_gravity_a_smooth
;
const
float
a_smooth
=
4
.
5
f
;
for
(
int
k
=
1
;
k
<
numPoints
;
++
k
)
{
...
...
Write
Preview
Supports
Markdown
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