mirror of https://github.com/CGAL/cgal
Fix file name
This commit is contained in:
parent
735752bec9
commit
440a8dfb7b
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <CGAL/boost/graph/alpha_expansion_graphcut.h>
|
||||
#include <CGAL/squared_distance_3.h>
|
||||
#include <CGAL/assertions.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include <CGAL/Origin.h>
|
||||
#include <CGAL/enum.h>
|
||||
#include <CGAL/assertion.h>
|
||||
#include <CGAL/assertions.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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_, \
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue