capitalize file name in the #include (VC++ did not care)

This commit is contained in:
Andreas Fabri 2020-11-04 11:28:02 +00:00
parent 5ff48521d1
commit e1c1e1fbb6
3 changed files with 4 additions and 4 deletions

View File

@ -86,7 +86,7 @@ namespace CGAL {
/**
* \ingroup PkgPolygonMeshProcessingRef
* This class provides a test whether a query point, segment, or triangle
* This class can be used to check if a query point, segment, or triangle
* is inside or outside a polyhedral envelope of a triangle mesh.
*
* @tparam GeomTraits a geometric traits class, model of `Kernel`

View File

@ -12,7 +12,7 @@
#define CGAL_SURFACE_MESH_SIMPLIFICATION_POLICIES_EDGE_COLLAPSE_BOUNDED_NORMAL_CHANGE_FILTER_H
#include <CGAL/license/Surface_mesh_simplification.h>
#include<CGAL/Surface_mesh_simplification/internal/common.h>
#include<CGAL/Surface_mesh_simplification/internal/Common.h>
#include <CGAL/property_map.h>
#include <boost/optional.hpp>

View File

@ -17,7 +17,7 @@
#include <CGAL/Default.h>
#include <CGAL/intersections.h>
#include <CGAL/boost/graph/named_params_helper.h>
#include<CGAL/Surface_mesh_simplification/internal/common.h>
#include<CGAL/Surface_mesh_simplification/internal/Common.h>
#include <CGAL/Envelope.h>