Minor alignment change

This commit is contained in:
Clement Jamin 2013-06-28 15:18:13 +02:00
parent 079c39eef4
commit 04c1a83977
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ private:
*/ */
#ifdef CONCURRENT_TRIANGULATION_3 #ifdef CONCURRENT_TRIANGULATION_3
typedef CGAL::Spatial_grid_lock_data_structure_3< typedef CGAL::Spatial_grid_lock_data_structure_3<
CGAL::Tag_priority_blocking> Lock_ds; CGAL::Tag_priority_blocking> Lock_ds;
typedef CGAL::Triangulation_data_structure_3< typedef CGAL::Triangulation_data_structure_3<
Vertex_base<Kernel>, Vertex_base<Kernel>,
CGAL::Triangulation_ds_cell_base_3<>, CGAL::Triangulation_ds_cell_base_3<>,