mirror of https://github.com/CGAL/cgal
rename filename for polyhedron viewer
This commit is contained in:
parent
374da8b55d
commit
b7f5c709f0
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue