mirror of https://github.com/CGAL/cgal
Modified
This commit is contained in:
parent
c052c1f204
commit
7a7f39f2e8
|
|
@ -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 <guillaume.damiand@liris.cnrs.fr>
|
||||
// Mostafa Ashraf <mostaphaashraf1996@gmail.com>
|
||||
// Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr>
|
||||
// Mostafa Ashraf <mostaphaashraf1996@gmail.com>
|
||||
|
||||
#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
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue