comment on static filters in Epeck_d

This commit is contained in:
Marc Glisse 2021-01-10 23:24:48 +01:00
parent e9ee3ae606
commit 398a228ddf
1 changed files with 1 additions and 1 deletions

View File

@ -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>