Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
d5697f16
Commit
d5697f16
authored
Feb 26, 2019
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TriangleBSPT: fix preprocessor guard, avoid unnecessary forward declaration.
parent
3b2f9768
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
libs_required/ACG/Geometry/bsp/TriangleBSPT.hh
libs_required/ACG/Geometry/bsp/TriangleBSPT.hh
+2
-7
No files found.
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
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