rename header to match struct capitals

This commit is contained in:
Jane Tournois 2022-11-14 15:48:47 +01:00
parent 19d4ae4fa6
commit f21b8819bc
4 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
#include <CGAL/Mesh_domain_with_polyline_features_3.h>
#include <CGAL/Labeled_mesh_domain_3.h>
#include <CGAL/Mesh_3/detect_features_in_image.h>
#include <CGAL/Mesh_3/Detect_features_in_image.h>
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;

View File

@ -13,8 +13,8 @@
#include "Mesh_function.h"
#include "Facet_extra_criterion.h"
#include <CGAL/Mesh_3/detect_features_in_image.h>
#include <CGAL/Mesh_3/detect_features_on_image_bbox.h>
#include <CGAL/Mesh_3/Detect_features_in_image.h>
#include <CGAL/Mesh_3/Detect_features_on_image_bbox.h>
using namespace CGAL::Three;