From 7a7f39f2e8836d73c7509485886bab8068d24df7 Mon Sep 17 00:00:00 2001 From: Mostafa-ashraf19 Date: Tue, 4 Oct 2022 11:19:31 +0200 Subject: [PATCH] Modified --- .../include/CGAL/draw_linear_cell_complex.h | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h b/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h index 67bc251d68c..3b4a0659f65 100644 --- a/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h +++ b/Linear_cell_complex/include/CGAL/draw_linear_cell_complex.h @@ -1,14 +1,14 @@ -// Copyright (c) 2022 GeometryFactory Sarl (France). +// Copyright (c) 2018 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of CGAL (www.cgal.org). +// This file is part of CGAL (www.cgal.org) // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial +// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // -// Author(s): Guillaume Damiand -// Mostafa Ashraf +// Author(s) : Guillaume Damiand +// Mostafa Ashraf #ifndef CGAL_DRAW_LCC_H #define CGAL_DRAW_LCC_H @@ -25,12 +25,6 @@ namespace CGAL { - - // CGAL::IO::Color face_color(const DS &aVal, face_handle dh) const { - // CGAL::Random random((unsigned int)(aVal.darts().index(dh))); - // return get_random_color(random); - // } - namespace draw_function_for_lcc {