From: bangerth Date: Sun, 13 Jul 2014 13:06:00 +0000 (+0000) Subject: Indent something. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=001bf7067a8ce962ec6b744e6a5461304caec301;p=dealii-svn.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; /**