mirror of https://github.com/CGAL/cgal
fix the bad conflict resolution
This commit is contained in:
parent
da650cbd1c
commit
f151025380
|
|
@ -72,9 +72,7 @@ template
|
||||||
<
|
<
|
||||||
class ParameterizationMesh_3, ///< 3D surface mesh.
|
class ParameterizationMesh_3, ///< 3D surface mesh.
|
||||||
class BorderParameterizer_3
|
class BorderParameterizer_3
|
||||||
= Two_vertices_parameterizer_3<ParameterizationMesh_3>
|
= Two_vertices_parameterizer_3<ParameterizationMesh_3>,
|
||||||
#ifndef DOXYGEN_RUNNING
|
|
||||||
,
|
|
||||||
///< Strategy to parameterize the surface border.
|
///< Strategy to parameterize the surface border.
|
||||||
///< The minimum is to parameterize two vertices.
|
///< The minimum is to parameterize two vertices.
|
||||||
class SparseLinearAlgebraTraits_d
|
class SparseLinearAlgebraTraits_d
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue