From 36f6d0ae8d5fea7ea9302338aaad1ad0ae5da6ad Mon Sep 17 00:00:00 2001 From: Simon Sticko Date: Tue, 7 Sep 2021 15:19:49 +0200 Subject: [PATCH] Avoid comment from grid_in.cc showing up in doc of read_vtk. By changing the /// to // in the cc-file. --- source/grid/grid_in.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/grid/grid_in.cc b/source/grid/grid_in.cc index 4d7e4793e7..7f665b1b85 100644 --- a/source/grid/grid_in.cc +++ b/source/grid/grid_in.cc @@ -388,8 +388,7 @@ GridIn::read_vtk(std::istream &in) ExcMessage( "While reading VTK file, failed to find CELLS section")); - /////////////////////Processing the CELL_TYPES - /// section//////////////////////// + // Processing the CELL_TYPES section in >> keyword; -- 2.39.5