From e74ee8470c3fed9c20daed3e33cd6701dc660c6f Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 10 Mar 1999 20:31:12 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@992 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/geometry_info.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.5