diff --git a/.gitattributes b/.gitattributes index 01e910a0dda..7759ee62e33 100644 --- a/.gitattributes +++ b/.gitattributes @@ -228,7 +228,6 @@ Alpha_shapes_3/include/CGAL/Fixed_alpha_shape_3.h -text Alpha_shapes_3/include/CGAL/Fixed_alpha_shape_cell_base_3.h -text Alpha_shapes_3/include/CGAL/Fixed_alpha_shape_vertex_base_3.h -text Alpha_shapes_3/include/CGAL/internal/Classification_type.h -text -Alpha_shapes_3/test/Alpha_shapes_3/Filtered_weighted_alpha_shape_euclidean_traits_3.h -text Alpha_shapes_3/test/Alpha_shapes_3/copy_tds.h -text Alpha_shapes_3/test/Alpha_shapes_3/data/small-exp.in -text Alpha_shapes_3/test/Alpha_shapes_3/data/small.in -text diff --git a/Alpha_shapes_3/test/Alpha_shapes_3/Filtered_weighted_alpha_shape_euclidean_traits_3.h b/Alpha_shapes_3/test/Alpha_shapes_3/Filtered_weighted_alpha_shape_euclidean_traits_3.h deleted file mode 100644 index 5369beeca1f..00000000000 --- a/Alpha_shapes_3/test/Alpha_shapes_3/Filtered_weighted_alpha_shape_euclidean_traits_3.h +++ /dev/null @@ -1,302 +0,0 @@ -// Copyright (c) 2009 INRIA Sophia-Antipolis (France). -// All rights reserved. -// -// This file is part of CGAL (www.cgal.org); you may redistribute it under -// the terms of the Q Public License version 1.0. -// See the file LICENSE.QPL distributed with CGAL. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -// -// $URL: svn+ssh:// $ -// $Id: $ -// -// -// Author(s) : Sébastien Loriot - -#ifndef CGAL_FILTERED_WEIGHTED_ALPHA_SHAPE_EUCLIDEAN_TRAITS_3_H -#define CGAL_FILTERED_WEIGHTED_ALPHA_SHAPE_EUCLIDEAN_TRAITS_3_H - -#include -#include - -namespace CGAL { - -namespace internal{ - -template