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
93f2c39d
Commit
93f2c39d
authored
Dec 20, 2019
by
Pierre Fernbach
Browse files
[Tests] add test_case to check that isApprox between two different class return false
parent
b3cb6f03
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Main.cpp
View file @
93f2c39d
...
...
@@ -2518,6 +2518,10 @@ void testOperatorEqual(bool& error){
std
::
cout
<<
"c_ptr2 and c_ptr3 should be equivalent"
<<
std
::
endl
;
error
=
true
;
}
if
(
c_ptr1
->
isApprox
(
c_ptr3
.
get
())){
std
::
cout
<<
"c_ptr1 and c_ptr3 should not be approx"
<<
std
::
endl
;
error
=
true
;
}
// SE3
...
...
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