mirror of https://github.com/CGAL/cgal
Removed a warning in SMP
This commit is contained in:
parent
c51c67fa0c
commit
2274210b17
|
|
@ -108,9 +108,9 @@ int main(int argc, char * argv[])
|
||||||
// Mark the cones in the seam mesh
|
// Mark the cones in the seam mesh
|
||||||
typedef boost::unordered_map<vertex_descriptor, SMP::Cone_type> Cones;
|
typedef boost::unordered_map<vertex_descriptor, SMP::Cone_type> Cones;
|
||||||
Cones cmap;
|
Cones cmap;
|
||||||
bool locate_status = SMP::internal::locate_cones<Mesh,
|
SMP::internal::locate_cones<Mesh,
|
||||||
Cones_in_smesh_container,
|
Cones_in_smesh_container,
|
||||||
Cones>(mesh, cone_sm_vds, cmap);
|
Cones>(mesh, cone_sm_vds, cmap);
|
||||||
|
|
||||||
// The 2D points of the uv parametrisation will be written into this map
|
// The 2D points of the uv parametrisation will be written into this map
|
||||||
// Note that this is a halfedge property map, and that uv values
|
// Note that this is a halfedge property map, and that uv values
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue