Exact_type_selector has been renamed Exact_field_selector

This commit is contained in:
Sébastien Loriot 2013-05-24 07:26:42 +02:00
parent 4124fe8d97
commit 97048f10d1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <fstream>
typedef CGAL::Exact_predicates_exact_constructions_kernel EPEC;
typedef CGAL::internal::Exact_type_selector<int>::Type FT;
typedef CGAL::internal::Exact_field_selector<int>::Type FT;
typedef CGAL::Fraction_traits<FT>::Numerator_type RT;
typedef CGAL::Lazy_exact_nt < FT > Lazy_FT;
typedef CGAL::Lazy_exact_nt < RT > Lazy_RT;