mirror of https://github.com/CGAL/cgal
Improved readability of Regular/Delaunay_triangulation_3
The quest continues
This commit is contained in:
parent
9edd4194ba
commit
5c9e18a2f6
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -201,8 +201,8 @@ class Triangulation_3_base<Parallel_tag, Lock_data_structure_>
|
|||
public:
|
||||
// If Lock_data_structure_ = Default => use Spatial_lock_grid_3
|
||||
typedef typename Default::Get<
|
||||
Lock_data_structure_, Spatial_lock_grid_3<Tag_priority_blocking> >
|
||||
::type Lock_data_structure;
|
||||
Lock_data_structure_,
|
||||
Spatial_lock_grid_3<Tag_priority_blocking> >::type Lock_data_structure;
|
||||
|
||||
protected:
|
||||
Triangulation_3_base()
|
||||
|
|
|
|||
Loading…
Reference in New Issue