diff --git a/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Remeshing_triangulation_3.h b/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Remeshing_triangulation_3.h index 45b210a2352..6727c3a4c1f 100644 --- a/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Remeshing_triangulation_3.h +++ b/Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/Remeshing_triangulation_3.h @@ -47,21 +47,21 @@ It has to be a model of the concept `RemeshingTriangulationTraits_3`. triangulation data structure. Possible values are `Sequential_tag` (the default) and `Parallel_tag`. -\tparam Cb is a cell base class from which `Remeshing_cell_base_3` derives. -It must be a model of the `TriangulationCellBase_3` concept. -It has the default value `Triangulation_cell_base_3`. - \tparam Vb is a vertex base class from which `Remeshing_vertex_base_3` derives. It must be a model of the `TriangulationVertexBase_3` concept. It has the default value `Triangulation_vertex_base_3`. +\tparam Cb is a cell base class from which `Remeshing_cell_base_3` derives. +It must be a model of the `TriangulationCellBase_3` concept. +It has the default value `Triangulation_cell_base_3`. + \cgalRefines `Triangulation_3` */ template, - typename Vb = CGAL::Triangulation_vertex_base_3 + typename Vb = CGAL::Triangulation_vertex_base_3, + typename Cb = CGAL::Triangulation_cell_base_3 > class Remeshing_triangulation_3 : public CGAL::Triangulation_3