Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenFlipper
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenFlipper-Free
OpenFlipper
Commits
d5697f16
Commit
d5697f16
authored
6 years ago
by
Martin Heistermann
Browse files
Options
Downloads
Patches
Plain Diff
TriangleBSPT: fix preprocessor guard, avoid unnecessary forward declaration.
parent
3b2f9768
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!135
TriangleBSPT: fix preprocessor guard, avoid unnecessary forward declaration.
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libs_required/ACG/Geometry/bsp/TriangleBSPT.hh
+2
-7
2 additions, 7 deletions
libs_required/ACG/Geometry/bsp/TriangleBSPT.hh
with
2 additions
and
7 deletions
libs_required/ACG/Geometry/bsp/TriangleBSPT.hh
+
2
−
7
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment