// Copyright (c) 2006-2007 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL: https://github.com/CGAL/cgal/blob/v5.1/Surface_mesher/include/CGAL/Surface_mesher/Verbose_flag.h $ // $Id: Verbose_flag.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Laurent RINEAU #ifndef CGAL_SURFACE_MESHER_VERBOSE_FLAG_H #define CGAL_SURFACE_MESHER_VERBOSE_FLAG_H #include namespace CGAL { namespace Surface_mesher { enum Verbose_flag { VERBOSE, NOT_VERBOSE }; } // end namespace Surface_mesher } // end namespace CGAL #endif // CGAL_SURFACE_MESHER_VERBOSE_FLAG_H