whitespace

This commit is contained in:
Guillaume Damiand 2020-04-23 11:52:09 +02:00
parent 210cda255e
commit db411a7a05
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public:
typedef typename Get_map<Mesh, Mesh>::type Original_map; // Mesh seen as a 2-map
typedef typename Original_map::Dart_const_handle Original_dart_const_handle;
typedef typename Original_map::size_type Original_size_type;
typedef CGAL::Combinatorial_map<2, Minimal_quadrangulation_local_map_items> Local_map;
typedef typename Local_map::Dart_handle Dart_handle;
typedef typename Local_map::Dart_const_handle Dart_const_handle;