Rename file for basic viewers.

This commit is contained in:
Guillaume Damiand 2018-01-18 16:01:14 +01:00 committed by Maxime Gimeno
parent 6e83b034dc
commit a251b3a0cd
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;