Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
ndcurves
Commits
7501951b
Commit
7501951b
authored
Feb 25, 2021
by
Steve T
Browse files
macro bug fix
parent
2a92082f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test-operations.cpp
View file @
7501951b
...
...
@@ -25,7 +25,7 @@ void compDouble(const double a, const double b)
{
#if BOOST_VERSION <= 105800
BOOST_CHECK
(
std
::
abs
(
a
-
b
)
<=
0.001
);
#el
if
#el
se
BOOST_TEST
(
a
==
b
,
boost
::
test_tools
::
tolerance
(
0.001
));
#endif
}
...
...
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