summaryrefslogtreecommitdiff
path: root/src/Contraction/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/Contraction/include')
-rw-r--r--src/Contraction/include/gudhi/Contraction/CGAL_queue/Modifiable_priority_queue.h6
-rw-r--r--src/Contraction/include/gudhi/Contraction/policies/Edge_length_cost.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/Contraction/include/gudhi/Contraction/CGAL_queue/Modifiable_priority_queue.h b/src/Contraction/include/gudhi/Contraction/CGAL_queue/Modifiable_priority_queue.h
index 28ae535d..5a55c513 100644
--- a/src/Contraction/include/gudhi/Contraction/CGAL_queue/Modifiable_priority_queue.h
+++ b/src/Contraction/include/gudhi/Contraction/CGAL_queue/Modifiable_priority_queue.h
@@ -16,8 +16,8 @@
//
// Author(s) : Fernando Cacciola <fernando.cacciola@geometryfactory.com>
//
-#ifndef CONTRACTION_CGAL_MODIFIABLE_PRIORITY_QUEUE_H
-#define CONTRACTION_CGAL_MODIFIABLE_PRIORITY_QUEUE_H
+#ifndef CONTRACTION_CGAL_QUEUE_MODIFIABLE_PRIORITY_QUEUE_H_
+#define CONTRACTION_CGAL_QUEUE_MODIFIABLE_PRIORITY_QUEUE_H_
#define CGAL_SURFACE_MESH_SIMPLIFICATION_USE_RELAXED_HEAP
@@ -98,4 +98,4 @@ class Modifiable_priority_queue {
} // namespace CGAL
-#endif // CONTRACTION_CGAL_MODIFIABLE_PRIORITY_QUEUE_H
+#endif // CONTRACTION_CGAL_QUEUE_MODIFIABLE_PRIORITY_QUEUE_H_
diff --git a/src/Contraction/include/gudhi/Contraction/policies/Edge_length_cost.h b/src/Contraction/include/gudhi/Contraction/policies/Edge_length_cost.h
index e4beb220..dac2d448 100644
--- a/src/Contraction/include/gudhi/Contraction/policies/Edge_length_cost.h
+++ b/src/Contraction/include/gudhi/Contraction/policies/Edge_length_cost.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONTRACTION_POLICIES_DUMMY_EDGE_LENGTH_COST_H_
-#define CONTRACTION_POLICIES_DUMMY_EDGE_LENGTH_COST_H_
+#ifndef CONTRACTION_POLICIES_EDGE_LENGTH_COST_H_
+#define CONTRACTION_POLICIES_EDGE_LENGTH_COST_H_
#include <gudhi/Contraction/policies/Cost_policy.h>
@@ -53,4 +53,4 @@ class Edge_length_cost : public Cost_policy<EdgeProfile> {
} // namespace Gudhi
-#endif // CONTRACTION_POLICIES_DUMMY_EDGE_LENGTH_COST_H_
+#endif // CONTRACTION_POLICIES_EDGE_LENGTH_COST_H_