mirror of https://github.com/CGAL/cgal
fix previous commit
This commit is contained in:
parent
96c1b13754
commit
ef6d242296
|
|
@ -33,7 +33,7 @@ namespace CGAL
|
||||||
typename CurveIndex = int,
|
typename CurveIndex = int,
|
||||||
typename CornerIndex = int>
|
typename CornerIndex = int>
|
||||||
using Simplicial_mesh_triangulation_3 =
|
using Simplicial_mesh_triangulation_3 =
|
||||||
public CGAL::Triangulation_3<K,
|
CGAL::Triangulation_3<K,
|
||||||
CGAL::Triangulation_data_structure_3<
|
CGAL::Triangulation_data_structure_3<
|
||||||
CGAL::Simplicial_mesh_vertex_base_3<K,
|
CGAL::Simplicial_mesh_vertex_base_3<K,
|
||||||
SubdomainIndex,
|
SubdomainIndex,
|
||||||
|
|
@ -41,9 +41,9 @@ namespace CGAL
|
||||||
CurveIndex,
|
CurveIndex,
|
||||||
CornerIndex>,
|
CornerIndex>,
|
||||||
CGAL::Simplicial_mesh_cell_base_3<K, SubdomainIndex, SurfacePatchIndex>,
|
CGAL::Simplicial_mesh_cell_base_3<K, SubdomainIndex, SurfacePatchIndex>,
|
||||||
CGAL::Sequential_tag>
|
CGAL::Sequential_tag
|
||||||
>
|
>
|
||||||
{};
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // CGAL_SIMPLICIAL_MESH_TRIANGULATION_3_H
|
#endif // CGAL_SIMPLICIAL_MESH_TRIANGULATION_3_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue