Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
819472de
Commit
819472de
authored
Mar 21, 2018
by
LEFEBVREJP email
Browse files
Fixing tstUtil precision.
parent
9f7b8cfc
Pipeline
#12621
passed with stages
in 5 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixmath/tests/tstUtil.cc
View file @
819472de
...
...
@@ -85,7 +85,7 @@ TEST(radix, hpaToAltitude)
// check results
for
(
size_t
i
=
0
;
i
<
alt
.
size
();
++
i
)
{
EXPECT_NEAR
(
alt
[
i
],
hypProfile
[
i
],
80.
0
);
EXPECT_NEAR
(
alt
[
i
],
hypProfile
[
i
],
80.
2
);
}
}
...
...
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