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
OpenFlipper-Free
OpenFlipper
Commits
d5697f16
Commit
d5697f16
authored
Feb 26, 2019
by
Martin Heistermann
Browse files
TriangleBSPT: fix preprocessor guard, avoid unnecessary forward declaration.
parent
3b2f9768
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs_required/ACG/Geometry/bsp/TriangleBSPT.hh
View file @
d5697f16
...
...
@@ -222,13 +222,8 @@ public:
};
#ifdef ENABLE_OPENVOLUMEMESH
namespace
OpenVolumeMesh
{
class
VertexHandle
;
class
FaceHandle
;
}
#ifdef ENABLE_OPENVOLUMEMESH_SUPPORT
#include
<OpenVolumeMesh/Core/PropertyHandles.hh>
//== CLASS DEFINITION =========================================================
// Make sure all faces of the mesh have valence 3.
...
...
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