From 048e8d95927ce8267cda6c05577ad1dad52eaac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 20 May 2025 20:00:54 +0200 Subject: [PATCH] fix semantic change --- SMDS_3/include/CGAL/IO/File_tetgen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMDS_3/include/CGAL/IO/File_tetgen.h b/SMDS_3/include/CGAL/IO/File_tetgen.h index e35246a38a9..cfd428338e7 100644 --- a/SMDS_3/include/CGAL/IO/File_tetgen.h +++ b/SMDS_3/include/CGAL/IO/File_tetgen.h @@ -36,7 +36,7 @@ output_to_tetgen(std::string filename, std::cerr << "Output to tetgen:\n"; #endif - typedef Medit_pmap_generator Generator; + typedef Medit_pmap_generator Generator; typedef typename Generator::Cell_pmap Cell_pmap; typedef typename Generator::Facet_pmap Facet_pmap; typedef typename Generator::Facet_pmap_twice Facet_pmap_twice;