Cleaned up

This commit is contained in:
Efi Fogel 2025-08-26 22:30:48 +03:00
parent 81bb832333
commit 375681748d
1 changed files with 2 additions and 3 deletions

View File

@ -78,7 +78,6 @@ class Gps_agg_op {
using Surface_sweep_2 = Gps_agg_op_surface_sweep_2<Arr, Visitor>;
using Edges_hash = Unique_hash_map<Halfedge_handle, std::size_t>;
using Faces_hash = Unique_hash_map<Face_handle, std::size_t>;
using Bfs_scanner = Gps_bfs_scanner<Arr, Bfs_visitor>;