mirror of https://github.com/CGAL/cgal
Removed a warning in SMP
This commit is contained in:
parent
c51c67fa0c
commit
2274210b17
|
|
@ -108,7 +108,7 @@ 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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue