mirror of https://github.com/CGAL/cgal
Rename file for basic viewers.
This commit is contained in:
parent
6e83b034dc
commit
a251b3a0cd
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
/*! Draw.
|
/*! Draw.
|
||||||
\code
|
\code
|
||||||
#include <CGAL/Draw_linear_cell_complex.h>
|
#include <CGAL/draw_linear_cell_complex.h>
|
||||||
\endcode
|
\endcode
|
||||||
*/
|
*/
|
||||||
/// \defgroup PkgDrawLinearCellComplex Draw a Linear Cell Complex
|
/// \defgroup PkgDrawLinearCellComplex Draw a Linear Cell Complex
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include <CGAL/Linear_cell_complex_for_combinatorial_map.h>
|
#include <CGAL/Linear_cell_complex_for_combinatorial_map.h>
|
||||||
#include <CGAL/Draw_linear_cell_complex.h>
|
#include <CGAL/draw_linear_cell_complex.h>
|
||||||
|
|
||||||
typedef CGAL::Linear_cell_complex_for_combinatorial_map<3> LCC;
|
typedef CGAL::Linear_cell_complex_for_combinatorial_map<3> LCC;
|
||||||
typedef LCC::Dart_handle Dart_handle;
|
typedef LCC::Dart_handle Dart_handle;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue