// Copyright (c) 2006-2007 INRIA Sophia-Antipolis (France). // Copyright (c) 2008,2011 GeometryFactory Sarl (France) // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : Laurent Rineau, Stephane Tayeb, Andreas Fabri, Jane Tournois #ifndef CGAL_SIMPLICIAL_MESH_TRIANGULATION_3_H #define CGAL_SIMPLICIAL_MESH_TRIANGULATION_3_H #include #include #include #include #include namespace CGAL { /** *\ingroup PkgSMDS3Classes * `Simplicial_mesh_triangulation_3` * @todo */ template using Simplicial_mesh_triangulation_3 = CGAL::Triangulation_3, CGAL::Simplicial_mesh_cell_base_3, CGAL::Sequential_tag > >; }; #endif // CGAL_SIMPLICIAL_MESH_TRIANGULATION_3_H