add missing namespace

This commit is contained in:
Sébastien Loriot 2022-09-23 15:21:25 +02:00
parent 5592ae55e7
commit db7a4e9945
1 changed files with 4 additions and 4 deletions

View File

@ -328,10 +328,10 @@ public:
Index_generator<Subdomain_index, Surface_patch_index>::Index Index;
private:
typedef Labeled_mesh_domain_3_impl<BGT,
Subdomain_index,
Surface_patch_index
> Impl_details;
typedef details::Labeled_mesh_domain_3_impl<BGT,
Subdomain_index,
Surface_patch_index
> Impl_details;
typedef typename Impl_details::Null Null;
typedef typename Impl_details::Construct_surface_patch_index
Construct_surface_patch_index;