From: Wolfgang Bangerth Date: Sun, 13 Jul 2014 13:06:00 +0000 (+0000) Subject: Indent something. X-Git-Tag: v8.2.0-rc1~309^2~11 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd538f58e97c5019551e1135c87e2cd63940379;p=dealii.git Indent something. git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33146 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; /**