diff --git a/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_criteria_3.h b/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_criteria_3.h index 0c199b92f52..c5af2bf407f 100644 --- a/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_criteria_3.h +++ b/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_criteria_3.h @@ -160,8 +160,8 @@ private: // Provides default mesh criteria to drive Periodic_3_mesh_3 process template , - typename FacetCriteria = Mesh_facet_criteria_3, - typename CellCriteria = Mesh_cell_criteria_3 > + typename FacetCriteria = Periodic_mesh_facet_criteria_3, + typename CellCriteria = Periodic_mesh_cell_criteria_3 > class Periodic_3_mesh_criteria_3 : public internal::Periodic_3_mesh_criteria_3_impl< Tr, EdgeCriteria,