mirror of https://github.com/CGAL/cgal
Modified
This commit is contained in:
parent
c052c1f204
commit
7a7f39f2e8
|
|
@ -1,11 +1,11 @@
|
||||||
// Copyright (c) 2022 GeometryFactory Sarl (France).
|
// Copyright (c) 2018 CNRS and LIRIS' Establishments (France).
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of CGAL (www.cgal.org).
|
// This file is part of CGAL (www.cgal.org)
|
||||||
//
|
//
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $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>
|
// Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr>
|
||||||
// Mostafa Ashraf <mostaphaashraf1996@gmail.com>
|
// Mostafa Ashraf <mostaphaashraf1996@gmail.com>
|
||||||
|
|
@ -25,12 +25,6 @@
|
||||||
|
|
||||||
namespace CGAL {
|
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
|
namespace draw_function_for_lcc
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue