From 09b29de876b21fdffb75371ccbfcc7fff4fe3494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 17 Mar 2017 13:58:20 +0100 Subject: [PATCH] Fixed periodic criteria default facet and cell criteria values --- Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_criteria_3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,