Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
openfpm
openfpm_numerics
Commits
cf4b4b48
Commit
cf4b4b48
authored
Jul 14, 2016
by
Pietro Incardona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing clang differences
parent
e6629ce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/PSE/Kernels_unit_tests.hpp
src/PSE/Kernels_unit_tests.hpp
+1
-1
No files found.
src/PSE/Kernels_unit_tests.hpp
View file @
cf4b4b48
...
...
@@ -101,7 +101,7 @@ BOOST_AUTO_TEST_CASE( pse_ker )
double
c1
=
y
.
get
(
i
).
get
(
j
);
double
c2
=
y_res
.
get
(
i
).
get
(
j
);
BOOST_REQUIRE_CLOSE
(
c1
,
c2
,
1
.0
);
BOOST_REQUIRE_CLOSE
(
c1
,
c2
,
3
.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