From: Wolfgang Bangerth Date: Wed, 10 Mar 1999 20:31:12 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~22277 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e25204902b1d0e6b9b6209f925e6c5d5217ae0f;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@992 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/geometry_info.h b/deal.II/deal.II/include/grid/geometry_info.h index c112cf6945..b3241e77b9 100644 --- a/deal.II/deal.II/include/grid/geometry_info.h +++ b/deal.II/deal.II/include/grid/geometry_info.h @@ -122,7 +122,8 @@ struct GeometryInfo * Computation is analogous to * #lines_per_cell#. Very * important for more than three - * dimensions! */ + * dimensions! + */ static const unsigned int hexes_per_cell = (2*GeometryInfo::hexes_per_cell + GeometryInfo::quads_per_cell);