From f21b8819bc5fa8f0f159ea0ee968ec49d7f5d752 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Mon, 14 Nov 2022 15:48:47 +0100 Subject: [PATCH] rename header to match struct capitals --- .../Mesh_3/mesh_3D_image_with_detection_of_features.cpp | 2 +- ...{detect_features_in_image.h => Detect_features_in_image.h} | 0 ...atures_on_image_bbox.h => Detect_features_on_image_bbox.h} | 0 .../Polyhedron/Plugins/Mesh_3/Mesh_3_plugin_cgal_code.cpp | 4 ++-- 4 files changed, 3 insertions(+), 3 deletions(-) rename Mesh_3/include/CGAL/Mesh_3/{detect_features_in_image.h => Detect_features_in_image.h} (100%) rename Mesh_3/include/CGAL/Mesh_3/{detect_features_on_image_bbox.h => Detect_features_on_image_bbox.h} (100%) diff --git a/Mesh_3/examples/Mesh_3/mesh_3D_image_with_detection_of_features.cpp b/Mesh_3/examples/Mesh_3/mesh_3D_image_with_detection_of_features.cpp index 95086674ab7..eb01f092623 100644 --- a/Mesh_3/examples/Mesh_3/mesh_3D_image_with_detection_of_features.cpp +++ b/Mesh_3/examples/Mesh_3/mesh_3D_image_with_detection_of_features.cpp @@ -13,7 +13,7 @@ #include #include -#include +#include typedef CGAL::Exact_predicates_inexact_constructions_kernel K; diff --git a/Mesh_3/include/CGAL/Mesh_3/detect_features_in_image.h b/Mesh_3/include/CGAL/Mesh_3/Detect_features_in_image.h similarity index 100% rename from Mesh_3/include/CGAL/Mesh_3/detect_features_in_image.h rename to Mesh_3/include/CGAL/Mesh_3/Detect_features_in_image.h diff --git a/Mesh_3/include/CGAL/Mesh_3/detect_features_on_image_bbox.h b/Mesh_3/include/CGAL/Mesh_3/Detect_features_on_image_bbox.h similarity index 100% rename from Mesh_3/include/CGAL/Mesh_3/detect_features_on_image_bbox.h rename to Mesh_3/include/CGAL/Mesh_3/Detect_features_on_image_bbox.h diff --git a/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin_cgal_code.cpp b/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin_cgal_code.cpp index 3fe7911747a..10d53c1b96f 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin_cgal_code.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin_cgal_code.cpp @@ -13,8 +13,8 @@ #include "Mesh_function.h" #include "Facet_extra_criterion.h" -#include -#include +#include +#include using namespace CGAL::Three;