rename file because it only contains a predicate

This commit is contained in:
Jane Tournois 2015-01-20 11:43:04 +01:00
parent f7ff3b2548
commit 51d01df1c9
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Polygon_mesh_processing/orient_polygon_mesh.h>
#include <CGAL/Polygon_mesh_processing/is_oriented.h>
#include <CGAL/IO/Polyhedron_iostream.h>
#include <CGAL/Timer.h>

View File

@ -20,7 +20,7 @@
#include <CGAL/polygon_soup_to_polygon_mesh.h>
#include <CGAL/orient_polygon_soup.h>
#include <CGAL/Polygon_mesh_processing/orient_polygon_mesh.h>
#include <CGAL/Polygon_mesh_processing/is_oriented.h>
typedef Kernel::Point_3 Point_3;