Files
cgal/BGL/include/CGAL/boost/graph/halfedge_graph_traits.h
T
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00

25 lines
532 B
C++

// Copyright (c) 2007 GeometryFactory (France). All rights reserved.
//
// This file is part of CGAL (www.cgal.org)
//
// $URL$
// $Id$
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
//
// Author(s) : Andreas Fabri, Fernando Cacciola
#ifndef CGAL_BOOST_GRAPH_HALFEDGE_GRAPH_TRAITS_H
#define CGAL_BOOST_GRAPH_HALFEDGE_GRAPH_TRAITS_H
#include <CGAL/basic.h>
namespace CGAL {
template<class T> struct halfedge_graph_traits ;
} //namespace CGAL
#endif // CGAL_BOOST_GRAPH_HALFEDGE_GRAPH_TRAITS_H