diff --git a/BGL/include/CGAL/boost/graph/IO/OM.h b/BGL/include/CGAL/boost/graph/IO/OM.h index aae313b34421..5f982ffde489 100644 --- a/BGL/include/CGAL/boost/graph/IO/OM.h +++ b/BGL/include/CGAL/boost/graph/IO/OM.h @@ -214,7 +214,7 @@ bool read_OM(const std::string& fname, */ template bool write_OM(const std::string& fname, - Graph& g, + const Graph& g, const CGAL_NP_CLASS& np = parameters::default_values()) { using vertex_descriptor = typename boost::graph_traits::vertex_descriptor; diff --git a/Stream_support/doc/Stream_support/IOstream.txt b/Stream_support/doc/Stream_support/IOstream.txt index fb4d9fe8afae..f75adf3e2a9e 100644 --- a/Stream_support/doc/Stream_support/IOstream.txt +++ b/Stream_support/doc/Stream_support/IOstream.txt @@ -421,6 +421,7 @@ The table above only lists the functions that work with any polygon mesh. \ref IOStreamOBJ "OBJ" \ref IOStreamGocad "GOCAD" \ref IOStreamWRL "WRL" + \ref IOStreamOM "OpenMesh (OM)" Input @@ -430,6 +431,7 @@ The table above only lists the functions that work with any polygon mesh. `CGAL::IO::read_VTP()` `CGAL::IO::read_OBJ()` `CGAL::IO::read_GOCAD()` + `CGAL::IO::read_OM()`
-
@@ -441,6 +443,7 @@ The table above only lists the functions that work with any polygon mesh. `CGAL::IO::write_OBJ()` `CGAL::IO::write_GOCAD()` `CGAL::IO::write_WRL()` + `CGAL::IO::write_OM()`