From 8c4a37ee43a7a1d939f30c2d3d410ca81035f8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 20 May 2025 20:43:21 +0200 Subject: [PATCH] another semantic update --- .../include/CGAL/Periodic_3_mesh_3/IO/File_medit.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h b/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h index 544a6a55e2d..950c7c976dd 100644 --- a/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h +++ b/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h @@ -295,7 +295,9 @@ void output_to_medit(std::ostream& os, // periodic meshes always print facets twice because the facet in complex // might be on the boundary of the domain - typedef CGAL::SMDS_3::Medit_pmap_generator Generator; + typedef CGAL::SMDS_3:: + 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;