Simplified typedef

This commit is contained in:
Mael Rouxel-Labbé 2017-08-29 11:21:59 +02:00
parent ff3c780b57
commit fecfaacbaf
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@
#include "ui_Periodic_2_triangulation_2.h"
#include <CGAL/Qt/DemosMainWindow.h>
//typedef CGAL::Exact_predicates_inexact_constructions_kernel EPIC;
struct EPIC : public CGAL::Exact_predicates_inexact_constructions_kernel {};
typedef CGAL::Exact_predicates_inexact_constructions_kernel EPIC;
typedef CGAL::Periodic_2_Delaunay_triangulation_traits_2<EPIC> Gt;
typedef Gt::Point_2 Point_2;
typedef Gt::Iso_rectangle_2 Iso_rectangle_2;