mirror of https://github.com/CGAL/cgal
comment on static filters in Epeck_d
This commit is contained in:
parent
e9ee3ae606
commit
398a228ddf
|
|
@ -22,7 +22,7 @@
|
|||
#include <CGAL/internal/Exact_type_selector.h>
|
||||
#include <CGAL/NewKernel_d/Types/Weighted_point.h>
|
||||
|
||||
// TODO: add static filters somewhere
|
||||
// TODO: In Kernel_23, Epeck predicates first see if they can convert their arguments to Epick types exactly, and in that case use the Epick predicates (including static filters, Mpzf, etc).
|
||||
namespace CGAL {
|
||||
#define CGAL_KA Cartesian_base_d<Interval_nt_advanced,Dim>
|
||||
#define CGAL_KE Cartesian_base_d<internal::Exact_field_selector<double>::Type, Dim>
|
||||
|
|
|
|||
Loading…
Reference in New Issue