mirror of https://github.com/CGAL/cgal
Update following renaming EK -> Exact_kernel and FK -> Approximate_kernel.
This commit is contained in:
parent
d6efb7a292
commit
1c189779b6
|
|
@ -73,9 +73,9 @@ template<class R>
|
||||||
struct Segment_Delaunay_graph_traits_2<Filtered_kernel<R>,Field_tag>
|
struct Segment_Delaunay_graph_traits_2<Filtered_kernel<R>,Field_tag>
|
||||||
: public
|
: public
|
||||||
Segment_Delaunay_graph_filtered_traits_2<R,Field_tag,
|
Segment_Delaunay_graph_filtered_traits_2<R,Field_tag,
|
||||||
typename Filtered_kernel<R>::EK,
|
typename Filtered_kernel<R>::Exact_kernel,
|
||||||
Field_tag,
|
Field_tag,
|
||||||
typename Filtered_kernel<R>::FK,
|
typename Filtered_kernel<R>::Approximate_kernel,
|
||||||
Field_with_sqrt_tag>
|
Field_with_sqrt_tag>
|
||||||
{};
|
{};
|
||||||
|
|
||||||
|
|
@ -83,9 +83,9 @@ template<class R>
|
||||||
struct Segment_Delaunay_graph_traits_2<Filtered_kernel<R>,Field_with_sqrt_tag>
|
struct Segment_Delaunay_graph_traits_2<Filtered_kernel<R>,Field_with_sqrt_tag>
|
||||||
: public
|
: public
|
||||||
Segment_Delaunay_graph_filtered_traits_2<R,Field_with_sqrt_tag,
|
Segment_Delaunay_graph_filtered_traits_2<R,Field_with_sqrt_tag,
|
||||||
typename Filtered_kernel<R>::EK,
|
typename Filtered_kernel<R>::Exact_kernel,
|
||||||
Field_tag,
|
Field_tag,
|
||||||
typename Filtered_kernel<R>::FK,
|
typename Filtered_kernel<R>::Approximate_kernel,
|
||||||
Field_with_sqrt_tag>
|
Field_with_sqrt_tag>
|
||||||
{};
|
{};
|
||||||
|
|
||||||
|
|
@ -125,9 +125,9 @@ Segment_Delaunay_graph_traits_without_intersections_2<Filtered_kernel<R>,
|
||||||
Integral_domain_without_division_tag>
|
Integral_domain_without_division_tag>
|
||||||
: public
|
: public
|
||||||
Segment_Delaunay_graph_filtered_traits_without_intersections_2<R,Integral_domain_without_division_tag,
|
Segment_Delaunay_graph_filtered_traits_without_intersections_2<R,Integral_domain_without_division_tag,
|
||||||
typename Filtered_kernel<R>::EK,
|
typename Filtered_kernel<R>::Exact_kernel,
|
||||||
Integral_domain_without_division_tag,
|
Integral_domain_without_division_tag,
|
||||||
typename Filtered_kernel<R>::FK,
|
typename Filtered_kernel<R>::Approximate_kernel,
|
||||||
Field_with_sqrt_tag>
|
Field_with_sqrt_tag>
|
||||||
{};
|
{};
|
||||||
|
|
||||||
|
|
@ -138,9 +138,9 @@ Segment_Delaunay_graph_traits_without_intersections_2<Filtered_kernel<R>,
|
||||||
: public
|
: public
|
||||||
Segment_Delaunay_graph_filtered_traits_without_intersections_2<R,
|
Segment_Delaunay_graph_filtered_traits_without_intersections_2<R,
|
||||||
Field_with_sqrt_tag,
|
Field_with_sqrt_tag,
|
||||||
typename Filtered_kernel<R>::EK,
|
typename Filtered_kernel<R>::Exact_kernel,
|
||||||
Integral_domain_without_division_tag,
|
Integral_domain_without_division_tag,
|
||||||
typename Filtered_kernel<R>::FK,
|
typename Filtered_kernel<R>::Approximate_kernel,
|
||||||
Field_with_sqrt_tag>
|
Field_with_sqrt_tag>
|
||||||
{};
|
{};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue