rename filename for polyhedron viewer

This commit is contained in:
Guillaume Damiand 2017-11-15 19:39:12 +01:00 committed by Maxime Gimeno
parent 374da8b55d
commit b7f5c709f0
4 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
#ifdef CGAL_USE_BASIC_VIEWER #ifdef CGAL_USE_BASIC_VIEWER
#include "CGAL/Linear_cell_complex_viewer_qt.h" #include <CGAL/Linear_cell_complex_viewer_qt.h>
#endif #endif
typedef CGAL::Linear_cell_complex_for_combinatorial_map<3> LCC_3_cmap; typedef CGAL::Linear_cell_complex_for_combinatorial_map<3> LCC_3_cmap;

View File

@ -8,7 +8,7 @@
#ifdef CGAL_USE_BASIC_VIEWER #ifdef CGAL_USE_BASIC_VIEWER
#include "CGAL/Linear_cell_complex_viewer_qt.h" #include <CGAL/Linear_cell_complex_viewer_qt.h>
#endif #endif
// This example works both with cmap and gmap as combinatorial data structure. // This example works both with cmap and gmap as combinatorial data structure.

View File

@ -9,7 +9,7 @@
#include <vector> #include <vector>
#ifdef CGAL_USE_BASIC_VIEWER #ifdef CGAL_USE_BASIC_VIEWER
#include "polyhedron_viewer_qt.h" #include "CGAL/Polyhedron_viewer_qt.h"
#endif #endif
using std::cerr; using std::cerr;