From ba88a37bffebe7478a7bc71cb1e4276b2dfee5ab Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Thu, 24 Mar 2022 08:35:10 +0100 Subject: [PATCH] fix point type --- SMDS_3/include/CGAL/Simplicial_mesh_cell_base_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMDS_3/include/CGAL/Simplicial_mesh_cell_base_3.h b/SMDS_3/include/CGAL/Simplicial_mesh_cell_base_3.h index 156a2ffbe78..92121787b95 100644 --- a/SMDS_3/include/CGAL/Simplicial_mesh_cell_base_3.h +++ b/SMDS_3/include/CGAL/Simplicial_mesh_cell_base_3.h @@ -315,7 +315,7 @@ public: static std::string io_signature() { - using Geom_traits = typename Kernel_traits::type; + using Geom_traits = typename Kernel_traits::type; return Get_io_signature()() + "+" + Get_io_signature >()()