this line does not depend on word type

This commit is contained in:
Jane Tournois 2022-09-22 12:23:29 +02:00
parent b98d6d69aa
commit aaa50e4a39
1 changed files with 3 additions and 2 deletions

View File

@ -406,10 +406,11 @@ Meshing_thread* cgal_code_mesh_3(const Image* pImage,
(CGAL::polylines_to_protect<
Bare_point,
Image_word_type>(*pImage, polylines_on_bbox));
p_domain->add_features(polylines_on_bbox.begin(),
polylines_on_bbox.end());
}
);
if(!polylines_on_bbox.empty())
p_domain->add_features(polylines_on_bbox.begin(),
polylines_on_bbox.end());
}
}
else