mirror of https://github.com/CGAL/cgal
use typedefs
This commit is contained in:
parent
b2a679ee78
commit
bb0c3f22f6
|
|
@ -412,8 +412,8 @@ protected:
|
||||||
|
|
||||||
struct Facet_prop
|
struct Facet_prop
|
||||||
{
|
{
|
||||||
typename MeshDomain::Surface_patch_index surface_patch_index;
|
Surface_patch_index surface_patch_index;
|
||||||
typename MeshDomain::Index index;
|
Index index;
|
||||||
Bare_point point;
|
Bare_point point;
|
||||||
};
|
};
|
||||||
typedef typename std::optional<Facet_prop> Facet_properties;
|
typedef typename std::optional<Facet_prop> Facet_properties;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue