mirror of https://github.com/CGAL/cgal
Fixes
This commit is contained in:
parent
7298214c57
commit
dbb4b9dc20
|
|
@ -1,19 +1,11 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
Arithmetic_kernel
|
|
||||||
BGL
|
BGL
|
||||||
Cartesian_kernel
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Distance_2
|
|
||||||
Distance_3
|
|
||||||
Filtered_kernel
|
|
||||||
Hash_map
|
Hash_map
|
||||||
Homogeneous_kernel
|
|
||||||
Installation
|
Installation
|
||||||
Intersections_2
|
|
||||||
Intersections_3
|
|
||||||
Interval_support
|
Interval_support
|
||||||
Kernel_23
|
Kernel_23
|
||||||
Kernel_d
|
|
||||||
Modular_arithmetic
|
Modular_arithmetic
|
||||||
Number_types
|
Number_types
|
||||||
Profiling_tools
|
Profiling_tools
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
BGL
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Classification
|
Classification
|
||||||
Distance_2
|
Distance_2
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
BGL
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Generator
|
Generator
|
||||||
Installation
|
Installation
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
BGL
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
HalfedgeDS
|
HalfedgeDS
|
||||||
Hash_map
|
Hash_map
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,13 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Filtered_kernel
|
Filtered_kernel
|
||||||
Hash_map
|
Hash_map
|
||||||
Installation
|
Installation
|
||||||
Interpolation
|
Interpolation
|
||||||
|
Interval_support
|
||||||
Kernel_23
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
Number_types
|
Number_types
|
||||||
Polygon
|
Polygon
|
||||||
Profiling_tools
|
Profiling_tools
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Distance_2
|
Distance_2
|
||||||
Filtered_kernel
|
Filtered_kernel
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Convex_hull_2
|
Convex_hull_2
|
||||||
Distance_2
|
Distance_2
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Distance_2
|
Distance_2
|
||||||
Filtered_kernel
|
Filtered_kernel
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
BGL
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
Installation
|
Installation
|
||||||
Interval_support
|
Interval_support
|
||||||
Kernel_23
|
Kernel_23
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Distance_2
|
Distance_2
|
||||||
Distance_3
|
Distance_3
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
BGL
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Distance_2
|
Distance_2
|
||||||
HalfedgeDS
|
HalfedgeDS
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
BGL
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Distance_2
|
Distance_2
|
||||||
Geomview
|
|
||||||
HalfedgeDS
|
HalfedgeDS
|
||||||
Hash_map
|
Hash_map
|
||||||
Installation
|
Installation
|
||||||
|
|
|
||||||
|
|
@ -539,7 +539,7 @@ template<class K1, class K2, class Vpm, class category = typename boost::propert
|
||||||
Cartesian_converter_property_map<K1, K2, Vpm, category>
|
Cartesian_converter_property_map<K1, K2, Vpm, category>
|
||||||
make_cartesian_converter_property_map(Vpm vpm)
|
make_cartesian_converter_property_map(Vpm vpm)
|
||||||
{
|
{
|
||||||
return Kernel_converter_property_map<K1, K2, Vpm, category>(vpm);
|
return Cartesian_converter_property_map<K1, K2, Vpm, category>(vpm);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace CGAL
|
} // namespace CGAL
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,10 @@
|
||||||
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
Installation
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
STL_Extension
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
BGL
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Installation
|
Installation
|
||||||
Interval_support
|
Interval_support
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Installation
|
Installation
|
||||||
Interval_support
|
Interval_support
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
Installation
|
Installation
|
||||||
|
Interval_support
|
||||||
Kernel_23
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
Number_types
|
Number_types
|
||||||
Polygon
|
Polygon
|
||||||
Profiling_tools
|
Profiling_tools
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Distance_2
|
Distance_2
|
||||||
Filtered_kernel
|
Filtered_kernel
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
BGL
|
BGL
|
||||||
Box_intersection_d
|
Box_intersection_d
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Distance_2
|
Distance_2
|
||||||
Filtered_kernel
|
Filtered_kernel
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ Circulator
|
||||||
Distance_2
|
Distance_2
|
||||||
Distance_3
|
Distance_3
|
||||||
Filtered_kernel
|
Filtered_kernel
|
||||||
Geomview
|
|
||||||
Hash_map
|
Hash_map
|
||||||
Homogeneous_kernel
|
Homogeneous_kernel
|
||||||
Installation
|
Installation
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
Algebraic_foundations
|
Algebraic_foundations
|
||||||
Arrangement_on_surface_2
|
Arrangement_on_surface_2
|
||||||
|
Cartesian_kernel
|
||||||
Circulator
|
Circulator
|
||||||
Distance_2
|
Distance_2
|
||||||
Filtered_kernel
|
Filtered_kernel
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue