From e36d5dbad53fad91966b582ecb70fd73408e5ec1 Mon Sep 17 00:00:00 2001 From: Vaishnavi Kale Date: Mon, 9 Dec 2024 15:29:33 -0700 Subject: [PATCH] fixed indentation in modified files --- include/deal.II/grid/grid_in.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/grid_in.h b/include/deal.II/grid/grid_in.h index 90b33327ac..1a0fb9dc61 100644 --- a/include/deal.II/grid/grid_in.h +++ b/include/deal.II/grid/grid_in.h @@ -21,6 +21,7 @@ #include #include #include + #include #include @@ -778,8 +779,8 @@ public: * in the external mesh * - 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 + * + * 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 -- 2.39.5