Removed a warning in SMP

This commit is contained in:
Mael Rouxel-Labbé 2017-02-08 11:08:40 +01:00
parent c51c67fa0c
commit 2274210b17
1 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ int main(int argc, char * argv[])
// Mark the cones in the seam mesh
typedef boost::unordered_map<vertex_descriptor, SMP::Cone_type> Cones;
Cones cmap;
bool locate_status = SMP::internal::locate_cones<Mesh,
SMP::internal::locate_cones<Mesh,
Cones_in_smesh_container,
Cones>(mesh, cone_sm_vds, cmap);