From 546d0b2871cc6a12394e8f18850e56d644b6a48e Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Thu, 6 Nov 2025 18:14:22 +0100 Subject: [PATCH] verbs --- .../doc/Linear_cell_complex/CGAL/Linear_cell_complex/IO/VTK.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex/IO/VTK.h b/Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex/IO/VTK.h index 6f7b4ae2c67..bf7f5fd4818 100644 --- a/Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex/IO/VTK.h +++ b/Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex/IO/VTK.h @@ -22,7 +22,7 @@ namespace IO { */ /** - * \brief Read a VTK legacy ASCII file and load it into a 3D + * \brief Reads a VTK legacy ASCII file and load it into a 3D * Linear_cell_complex. * \ingroup PkgLinearCellComplexRefIOVTK * @@ -44,7 +44,7 @@ bool read_VTK(const char* filename, std::vector* volume_scalars); /** - * \brief Write a 3D Linear_cell_complex to a VTK legacy ASCII file. + * \brief Writes a 3D Linear_cell_complex to a VTK legacy ASCII file. * \ingroup PkgLinearCellComplexRefIOVTK * * \tparam LCC must be a Linear_cell_complex_for_combinatorial_map<3,3>