Skip to content

Commit

Permalink
apply @MaelRL review
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Nov 8, 2024
1 parent 51b98e9 commit c893669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BGL/include/CGAL/boost/graph/IO/OM.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ bool read_OM(const std::string& fname,
*/
template <typename Graph, typename CGAL_NP_TEMPLATE_PARAMETERS>
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<Graph>::vertex_descriptor;
Expand Down
3 changes: 3 additions & 0 deletions Stream_support/doc/Stream_support/IOstream.txt
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ The table above only lists the functions that work with any polygon mesh.
<th colspan="1">\ref IOStreamOBJ "OBJ"</th>
<th colspan="1">\ref IOStreamGocad "GOCAD"</th>
<th colspan="1">\ref IOStreamWRL "WRL"</th>
<th colspan="1">\ref IOStreamOM "OpenMesh (OM)"</th>
</tr>
<tr>
<td>Input</td>
Expand All @@ -430,6 +431,7 @@ The table above only lists the functions that work with any polygon mesh.
<td>`CGAL::IO::read_VTP()`</td>
<td>`CGAL::IO::read_OBJ()`</td>
<td>`CGAL::IO::read_GOCAD()`</td>
<td>`CGAL::IO::read_OM()`</td>
<td><center> - </center></td>
</tr>
<tr>
Expand All @@ -441,6 +443,7 @@ The table above only lists the functions that work with any polygon mesh.
<td>`CGAL::IO::write_OBJ()`</td>
<td>`CGAL::IO::write_GOCAD()`</td>
<td>`CGAL::IO::write_WRL()`</td>
<td>`CGAL::IO::write_OM()`</td>
</tr>
</table>

Expand Down

0 comments on commit c893669

Please sign in to comment.