Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenFlipper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
0fcac05a
Commit
0fcac05a
authored
Mar 13, 2019
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TriangleBSP: fix preprocessor guard
parent
ab592ac7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
libs_required/ACG/Geometry/bsp/TriangleBSPT.hh
libs_required/ACG/Geometry/bsp/TriangleBSPT.hh
+6
-8
No files found.
libs_required/ACG/Geometry/bsp/TriangleBSPT.hh
View file @
0fcac05a
...
@@ -47,8 +47,7 @@
...
@@ -47,8 +47,7 @@
//
//
//=============================================================================
//=============================================================================
#ifndef MB_TRIANGLEBSP_HH
#pragma once
#define MB_TRIANGLEBSP_HH
//== INCLUDES =================================================================
//== INCLUDES =================================================================
...
@@ -222,7 +221,10 @@ public:
...
@@ -222,7 +221,10 @@ public:
};
};
#ifdef ENABLE_OPENVOLUMEMESH_SUPPORT
#if (defined ENABLE_POLYHEDRALMESH_SUPPORT) \
|| (defined ENABLE_HEXAHEDRALMESH_SUPPORT) \
|| (defined ENABLE_TETRAHEDRALMESH_SUPPORT)
#include <OpenVolumeMesh/Core/PropertyHandles.hh>
#include <OpenVolumeMesh/Core/PropertyHandles.hh>
//== CLASS DEFINITION =========================================================
//== CLASS DEFINITION =========================================================
...
@@ -268,9 +270,5 @@ public:
...
@@ -268,9 +270,5 @@ public:
:
Base
(
Traits
(
_mesh
),
_infinity
)
{}
:
Base
(
Traits
(
_mesh
),
_infinity
)
{}
};
};
#endif // ENABLE_OPENVOLUMEMESH
#endif
//=============================================================================
#endif // MB_TRIANGLEBSP_HH defined
//=============================================================================
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