mirror of https://github.com/CGAL/cgal
fix example
This commit is contained in:
parent
360f955415
commit
c219dac965
|
|
@ -48,7 +48,7 @@ Bbox_3 bbox(boost::graph_traits<Surface_mesh>::face_descriptor fd,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void surface_mesh_cache_bbox(char* fname)
|
void surface_mesh_cache_bbox(const char* fname)
|
||||||
{
|
{
|
||||||
typedef boost::graph_traits<Surface_mesh>::face_descriptor face_descriptor;
|
typedef boost::graph_traits<Surface_mesh>::face_descriptor face_descriptor;
|
||||||
typedef Surface_mesh::Property_map<face_descriptor,Bbox_3> Bbox_pmap;
|
typedef Surface_mesh::Property_map<face_descriptor,Bbox_3> Bbox_pmap;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue