mirror of https://github.com/CGAL/cgal
Use default parameterizer in extensive test of surface mesh parameterizer
This commit is contained in:
parent
4e74f7e1da
commit
e5fb24e3c4
|
|
@ -407,10 +407,9 @@ int main(int argc, char * argv[])
|
|||
err = CGAL::parameterize(
|
||||
mesh_patch,
|
||||
CGAL::Discrete_authalic_parameterizer_3<
|
||||
Mesh_patch_polyhedron,
|
||||
CGAL::Square_border_arc_length_parameterizer_3<Mesh_patch_polyhedron>,
|
||||
CGAL::Eigen_solver_traits<>
|
||||
>());
|
||||
Mesh_patch_polyhedron,
|
||||
CGAL::Square_border_arc_length_parameterizer_3<Mesh_patch_polyhedron> >()
|
||||
);
|
||||
switch(err) {
|
||||
case Parameterizer::OK: // Success
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue