mirror of https://github.com/CGAL/cgal
Fixes
This commit is contained in:
parent
7298214c57
commit
dbb4b9dc20
|
|
@ -1,19 +1,11 @@
|
|||
Algebraic_foundations
|
||||
Arithmetic_kernel
|
||||
BGL
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Distance_2
|
||||
Distance_3
|
||||
Filtered_kernel
|
||||
Hash_map
|
||||
Homogeneous_kernel
|
||||
Installation
|
||||
Intersections_2
|
||||
Intersections_3
|
||||
Interval_support
|
||||
Kernel_23
|
||||
Kernel_d
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Profiling_tools
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
Algebraic_foundations
|
||||
BGL
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Classification
|
||||
Distance_2
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
Algebraic_foundations
|
||||
BGL
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Generator
|
||||
Installation
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
Algebraic_foundations
|
||||
BGL
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
HalfedgeDS
|
||||
Hash_map
|
||||
|
|
|
|||
|
|
@ -1,10 +1,13 @@
|
|||
Algebraic_foundations
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Filtered_kernel
|
||||
Hash_map
|
||||
Installation
|
||||
Interpolation
|
||||
Interval_support
|
||||
Kernel_23
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Profiling_tools
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
Algebraic_foundations
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Distance_2
|
||||
Filtered_kernel
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
Algebraic_foundations
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Convex_hull_2
|
||||
Distance_2
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
Algebraic_foundations
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Distance_2
|
||||
Filtered_kernel
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
Algebraic_foundations
|
||||
BGL
|
||||
Cartesian_kernel
|
||||
Installation
|
||||
Interval_support
|
||||
Kernel_23
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
Algebraic_foundations
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Distance_2
|
||||
Distance_3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
Algebraic_foundations
|
||||
BGL
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Distance_2
|
||||
HalfedgeDS
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
Algebraic_foundations
|
||||
BGL
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Distance_2
|
||||
Geomview
|
||||
HalfedgeDS
|
||||
Hash_map
|
||||
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>
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,10 @@
|
|||
Algebraic_foundations
|
||||
Cartesian_kernel
|
||||
Installation
|
||||
Interval_support
|
||||
Kernel_23
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Profiling_tools
|
||||
STL_Extension
|
||||
Stream_support
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
Algebraic_foundations
|
||||
BGL
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Installation
|
||||
Interval_support
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
Algebraic_foundations
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Installation
|
||||
Interval_support
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
Algebraic_foundations
|
||||
Cartesian_kernel
|
||||
Installation
|
||||
Interval_support
|
||||
Kernel_23
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Profiling_tools
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
Algebraic_foundations
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Distance_2
|
||||
Filtered_kernel
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
Algebraic_foundations
|
||||
BGL
|
||||
Box_intersection_d
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Distance_2
|
||||
Filtered_kernel
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ Circulator
|
|||
Distance_2
|
||||
Distance_3
|
||||
Filtered_kernel
|
||||
Geomview
|
||||
Hash_map
|
||||
Homogeneous_kernel
|
||||
Installation
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
Algebraic_foundations
|
||||
Arrangement_on_surface_2
|
||||
Cartesian_kernel
|
||||
Circulator
|
||||
Distance_2
|
||||
Filtered_kernel
|
||||
|
|
|
|||
Loading…
Reference in New Issue