Replace derivation with typedef

This commit is contained in:
Andreas Fabri 2010-05-14 12:42:35 +00:00
parent 7d6e1affac
commit 64b4ff4918
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ int main()
#include <CGAL/IO/Geomview_stream.h>
struct K : CGAL::Exact_predicates_inexact_constructions_kernel {};
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
typedef CGAL::Delaunay_triangulation_2<K> Dt;
typedef CGAL::Interpolation_traits_2<K> ITraits;