mirror of https://github.com/CGAL/cgal
Replace SC with EPICK since we iso remesh
This commit is contained in:
parent
abd9fa3595
commit
ba4ca0649e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue