use typedefs

This commit is contained in:
Jane Tournois 2024-06-04 08:52:08 +02:00
parent b2a679ee78
commit bb0c3f22f6
1 changed files with 2 additions and 2 deletions

View File

@ -412,8 +412,8 @@ protected:
struct Facet_prop
{
typename MeshDomain::Surface_patch_index surface_patch_index;
typename MeshDomain::Index index;
Surface_patch_index surface_patch_index;
Index index;
Bare_point point;
};
typedef typename std::optional<Facet_prop> Facet_properties;