fix compilation of new test after merge of master

and newly merged branch Mesh_3-sizing_field_with_aabb_tree-GF
This commit is contained in:
Jane Tournois 2023-05-05 10:21:58 +02:00
parent 73a7d4ff09
commit a6224c75b4
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#include <CGAL/Polyhedral_mesh_domain_with_features_3.h> #include <CGAL/Polyhedral_mesh_domain_with_features_3.h>
#include <CGAL/make_mesh_3.h> #include <CGAL/make_mesh_3.h>
#include <CGAL/Mesh_3/experimental/Sizing_field_with_aabb_tree.h> #include <CGAL/Sizing_field_with_aabb_tree.h>
template <typename K, template <typename K,
@ -49,7 +49,7 @@ struct Tester
domain.detect_features(40); domain.detect_features(40);
Sizing_field_with_aabb_tree<K, Mesh_domain> sf(0.074, domain.aabb_tree(), domain); CGAL::Sizing_field_with_aabb_tree<K, Mesh_domain> sf(0.074, domain);
// Mesh criteria // Mesh criteria
Mesh_criteria criteria(edge_size = sf, Mesh_criteria criteria(edge_size = sf,