mirror of https://github.com/CGAL/cgal
Rename BGL/polyhedra.h to BGL/generators.h
This commit is contained in:
parent
1e21492b9e
commit
9e8524c29e
|
|
@ -18,8 +18,8 @@
|
|||
//
|
||||
// Author(s) : Maxime Gimeno
|
||||
|
||||
#ifndef CGAL_BOOST_GRAPH_POLYHEDRA_H
|
||||
#define CGAL_BOOST_GRAPH_POLYHEDRA_H
|
||||
#ifndef CGAL_BOOST_GRAPH_GENERATORS_H
|
||||
#define CGAL_BOOST_GRAPH_GENERATORS_H
|
||||
|
||||
#include <CGAL/boost/graph/iterator.h>
|
||||
#include <CGAL/boost/graph/properties.h>
|
||||
|
|
@ -733,4 +733,4 @@ make_grid(typename boost::graph_traits<Graph>::vertices_size_type w,
|
|||
// Include "Euler_operations.h" at the end, because its implementation requires this header.
|
||||
#include <CGAL/boost/graph/Euler_operations.h>
|
||||
|
||||
#endif // CGAL_BOOST_GRAPH_POLYHEDRA_H
|
||||
#endif // CGAL_BOOST_GRAPH_GENERATORS_H
|
||||
Loading…
Reference in New Issue