mirror of https://github.com/CGAL/cgal
this line does not depend on word type
This commit is contained in:
parent
b98d6d69aa
commit
aaa50e4a39
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue