Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
81f3fcc2
Commit
81f3fcc2
authored
Oct 17, 2019
by
Max Lyon
Browse files
add test to check if old api works with new api
parent
da233b39
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Unittests/unittests_smart_handles.cc
View file @
81f3fcc2
...
...
@@ -461,4 +461,16 @@ TEST_F(OpenMeshSmartHandles, Performance)
}
/* Mix old and new api
*/
TEST_F
(
OpenMeshSmartHandles
,
MixOldAndNew
)
{
for
(
auto
heh
:
mesh_
.
halfedges
())
{
heh
=
mesh_
.
opposite_halfedge_handle
(
heh
);
}
}
}
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