fix warning

This commit is contained in:
Sven Oesau 2025-07-10 09:06:49 +02:00
parent 6fb75112dd
commit 6517c7f48a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
typedef K::Point_3 Point_3; typedef K::Point_3 Point_3;
int main(int argc, char* argv[]) { int main() {
std::vector<Point_3> points = { std::vector<Point_3> points = {
{-7.71169150943396353 ,-19.809308490566039, 10.0950745283018861}, {-7.71169150943396353 ,-19.809308490566039, 10.0950745283018861},
{-7.90879905660377602, -19.809308490566039, 9.8979669811320754}, {-7.90879905660377602, -19.809308490566039, 9.8979669811320754},