Replace SC with EPICK since we iso remesh

This commit is contained in:
Mael Rouxel-Labbé 2025-03-26 22:47:54 +01:00
parent abd9fa3595
commit ba4ca0649e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Surface_mesh.h>
#include <CGAL/Isosurfacing_3/Cartesian_grid_3.h>
@ -15,7 +15,7 @@
#include <iostream>
#include <vector>
using Kernel = CGAL::Simple_cartesian<double>;
using Kernel = CGAL::Exact_predicates_inexact_constructions_kernel;
using FT = typename Kernel::FT;
using Point = typename Kernel::Point_3;
using Vector = typename Kernel::Vector_3;