mirror of https://github.com/CGAL/cgal
Fix PkgSurfaceMeshParameterization
This commit is contained in:
parent
c4e538b64a
commit
ccf1ac0b59
|
|
@ -11,7 +11,7 @@
|
||||||
// Author(s) : Mael Rouxel-Labbé
|
// Author(s) : Mael Rouxel-Labbé
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \ingroup PkgSurfaceMeshParameterization
|
* \ingroup PkgSurfaceMeshParameterizationRef
|
||||||
* \file CGAL/surface_mesh_parameterization.h
|
* \file CGAL/surface_mesh_parameterization.h
|
||||||
* Convenience header file including the headers for all
|
* Convenience header file including the headers for all
|
||||||
* the free functions of this package.
|
* the free functions of this package.
|
||||||
|
|
@ -34,4 +34,3 @@
|
||||||
#include <CGAL/Surface_mesh_parameterization/Circular_border_parameterizer_3.h>
|
#include <CGAL/Surface_mesh_parameterization/Circular_border_parameterizer_3.h>
|
||||||
#include <CGAL/Surface_mesh_parameterization/Square_border_parameterizer_3.h>
|
#include <CGAL/Surface_mesh_parameterization/Square_border_parameterizer_3.h>
|
||||||
#include <CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h>
|
#include <CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue