Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
22d6ece9
Commit
22d6ece9
authored
Nov 13, 2020
by
Dennis Gläser
Browse files
[test][isangle] occ7.5 fails for micrometer scale
parent
d9275d74
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/intersection/test_intersectionangle.cc
View file @
22d6ece9
...
...
@@ -37,7 +37,9 @@ int main()
using
Cylinder
=
Cylinder
<
ctype
>
;
using
Segment
=
typename
Cylinder
::
Segment
;
std
::
vector
<
ctype
>
scales
({
1.0e-5
,
1
,
1e5
});
// With OCC7.3.0 it works until 1e-5/1e5
// With OCC7.5.0 it works until 1e-4/1e4
std
::
vector
<
ctype
>
scales
({
1.0e-4
,
1
,
1e4
});
for
(
auto
f
:
scales
)
{
std
::
cout
<<
"Checking scale factor "
<<
f
<<
std
::
endl
;
...
...
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