From fcd538f58e97c5019551e1135c87e2cd63940379 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 13 Jul 2014 13:06:00 +0000 Subject: [PATCH] Indent something. git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33146 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/tria.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/grid/tria.h b/deal.II/include/deal.II/grid/tria.h index 02aace0f8b..d36d558629 100644 --- a/deal.II/include/deal.II/grid/tria.h +++ b/deal.II/include/deal.II/grid/tria.h @@ -121,11 +121,13 @@ struct CellData types::boundary_id boundary_id; types::material_id material_id; }; + /** * Manifold identificator of this object. This identificator should * be used to identify the manifold to which this object belongs, * and from which this object will collect information on how to add - * points upon refinement.*/ + * points upon refinement. + */ types::manifold_id manifold_id; /** -- 2.39.5