From: Wolfgang Bangerth Date: Wed, 18 Dec 2024 01:17:00 +0000 (-0700) Subject: Fix markup. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17934%2Fhead;p=dealii.git Fix markup. --- diff --git a/include/deal.II/grid/grid_in.h b/include/deal.II/grid/grid_in.h index 1a0fb9dc61..98c8a80ff3 100644 --- a/include/deal.II/grid/grid_in.h +++ b/include/deal.II/grid/grid_in.h @@ -780,11 +780,11 @@ public: * - Vector stores value for the given identifier in each cell. * To access the value, use cell_data[name_field][cell->active_cell_index()]. * - * For example, if the vtk mesh contains field data 'Density' defined at the - * cells, cell_data['Density'][0] would be the density defined at cell ID '0', - * which corresponds to index 0 of the vector. The length of the vector in - * cell_data['Density'] would equal the number of elements in the coarse - * mesh. + * For example, if the vtk mesh contains field data "Density" defined on + * cells, then `cell_data["Density"][0]` provides the density defined at cell + * ID '0', which corresponds to index 0 of the vector. The length of the + * vector in `cell_data["Density"]` equals the number of elements in the + * coarse mesh. */ const std::map> & get_cell_data() const;