Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
76153a6b
Commit
76153a6b
authored
Jun 19, 2018
by
Janis Born
Browse files
move OpenMesh include out of ACG namespace
parent
13bdebe9
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs_required/ACG/Mesh/SmartTaggerT.hh
View file @
76153a6b
...
...
@@ -43,6 +43,9 @@
//== INCLUDES =================================================================
// OpenMesh
#include <OpenMesh/Tools/SmartTagger/SmartTaggerT.hh>
namespace
ACG
{
#ifdef WIN32
...
...
@@ -51,9 +54,6 @@ namespace ACG {
#warning "SmartTagger has been moved to OpenMesh! Please use it directly from there (OpenMesh/Tools/SmartTagger/SmartTaggerT.hh , Now in namespace OpenMesh) "
#endif
// OpenMesh
#include <OpenMesh/Tools/SmartTagger/SmartTaggerT.hh>
template
<
class
Mesh
,
class
EHandle
,
class
EPHandle
>
using
SmartTaggerT
=
OpenMesh
::
SmartTaggerT
<
Mesh
,
EHandle
,
EPHandle
>
;
...
...
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