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
ec9e407b
Commit
ec9e407b
authored
Jan 24, 2020
by
Dennis Gläser
Browse files
[test][isection][disk-disk] fix error msg
parent
b8858e82
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/intersection/test_disk_disk_intersection.cc
View file @
ec9e407b
...
...
@@ -47,7 +47,7 @@ void checkResultGeometry(const Frackit::Disk<CT>& disk, IntersectionType expecte
<<
"major ax length: "
<<
disk
.
majorAxisLength
()
<<
", "
<<
"minor ax length: "
<<
disk
.
minorAxisLength
()
<<
std
::
endl
;
if
(
expected
!=
IntersectionType
::
disk
)
throw
std
::
runtime_error
(
"Got an unexpected
segment
intersection"
);
throw
std
::
runtime_error
(
"Got an unexpected
disk
intersection"
);
std
::
cout
<<
"Test passed"
<<
std
::
endl
;
}
...
...
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