Fix file name

This commit is contained in:
Andreas Fabri 2022-02-03 08:41:04 +00:00
parent 735752bec9
commit 440a8dfb7b
22 changed files with 22 additions and 21 deletions

View File

@ -19,7 +19,7 @@
#include <CGAL/circulator.h>
#include <CGAL/Unique_hash_map.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <boost/iterator/iterator_facade.hpp>
#include <boost/unordered_set.hpp>

View File

@ -22,6 +22,7 @@
#include <CGAL/boost/graph/alpha_expansion_graphcut.h>
#include <CGAL/squared_distance_3.h>
#include <CGAL/assertions.h>
namespace CGAL {

View File

@ -13,7 +13,7 @@
#define CGAL_COMBINATORIAL_MAP_H 1
#include <CGAL/disable_warnings.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <CGAL/Combinatorial_map_fwd.h>

View File

@ -12,7 +12,7 @@
#ifndef CGAL_GENERALIZED_MAP_H
#define CGAL_GENERALIZED_MAP_H 1
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <CGAL/Generalized_map_fwd.h>
#include <CGAL/Combinatorial_map/internal/Combinatorial_map_utility.h>

View File

@ -22,7 +22,7 @@
#include <CGAL/Constrained_triangulation_plus_2.h>
#include <CGAL/Cartesian_converter.h>
#include <CGAL/IO/Color.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <vector>
#include <cstdlib>

View File

@ -52,7 +52,7 @@
#include <CGAL/Qt/CreateOpenGLContext.h>
#include <CGAL/Qt/constraint.h>
#include <CGAL/Random.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
namespace CGAL
{

View File

@ -17,7 +17,7 @@
#include <CGAL/Origin.h>
#include <CGAL/enum.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
namespace CGAL {

View File

@ -17,7 +17,7 @@
#include <CGAL/Combinatorial_map/internal/Combinatorial_map_internal_functors.h>
#include <CGAL/Linear_cell_complex_operations.h>
#include <CGAL/Origin.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include<map>

View File

@ -14,7 +14,7 @@
#include <CGAL/IO/OFF.h>
#include <CGAL/Linear_cell_complex_incremental_builder.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <algorithm>
#include <iostream>

View File

@ -17,7 +17,7 @@
#include <unordered_map>
#include <initializer_list>
#include <CGAL/Linear_cell_complex_base.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
namespace CGAL {
///////////////////////////////////////////////////////////////////////////////

View File

@ -15,7 +15,7 @@
#include <CGAL/Cell_iterators.h>
#include <CGAL/Cell_const_iterators.h>
#include <CGAL/Origin.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
namespace CGAL {

View File

@ -29,7 +29,7 @@
#include <CGAL/boost/graph/helpers.h>
#include <CGAL/iterator.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#define CGAL_LCC_TEMPLATE_ARGS template<unsigned int d_, unsigned int ambient_dim, \
class Traits_, \

View File

@ -22,7 +22,7 @@
#include <CGAL/Nef_3/SNC_iteration.h>
#include <CGAL/circulator.h>
#include <CGAL/Random.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <unordered_map>

View File

@ -24,7 +24,7 @@
#include <CGAL/Named_function_parameters.h>
#include <CGAL/boost/graph/named_params_helper.h>
#include <CGAL/demangle.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <algorithm>
#include <iterator>

View File

@ -69,7 +69,7 @@
#include <CGAL/AABB_primitive.h>
#include <CGAL/Dynamic_property_map.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#ifdef CGAL_ENVELOPE_DEBUG
// This is for computing the surface mesh of a prism

View File

@ -32,7 +32,7 @@
#include <CGAL/CC_safe_handle.h>
#include <CGAL/Time_stamper.h>
#include <CGAL/Has_member.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <boost/mpl/if.hpp>

View File

@ -27,7 +27,7 @@
#include <CGAL/Compact_container.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <CGAL/memory.h>
#include <CGAL/iterator.h>
#include <CGAL/CC_safe_handle.h>

View File

@ -22,7 +22,7 @@
#define BOOST_RELAXED_HEAP_HEADER
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <functional>
#include <boost/property_map/property_map.hpp>

View File

@ -15,7 +15,7 @@
#include <CGAL/license/Surface_mesh_parameterization.h>
#include <CGAL/disable_warnings.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <CGAL/Surface_mesh_parameterization/internal/kernel_traits.h>
#include <CGAL/Surface_mesh_parameterization/Error_code.h>

View File

@ -13,7 +13,7 @@
#define CGAL_FACE_GRAPH_WRAPPER_H 1
#include <CGAL/license/Surface_mesh_topology.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <CGAL/Surface_mesh_topology/internal/Functors_for_face_graph_wrapper.h>
#include <CGAL/Surface_mesh_topology/internal/Iterators_for_face_graph_wrapper.h>

View File

@ -13,7 +13,7 @@
#define CGAL_PATH_GENERATORS_H 1
#include <CGAL/license/Surface_mesh_topology.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#include <CGAL/Random.h>
#include <unordered_set>

View File

@ -18,7 +18,7 @@
#include <initializer_list>
#include <CGAL/draw_linear_cell_complex.h>
#include <CGAL/Path_on_surface.h>
#include <CGAL/assertion.h>
#include <CGAL/assertions.h>
#ifdef CGAL_USE_BASIC_VIEWER