From 18a937730549060083d108898ff324e8dddb0ba4 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 12 Aug 2003 17:36:46 +0000 Subject: [PATCH] gcc did not like a variable with name of template parameter git-svn-id: https://svn.dealii.org/trunk@7915 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/geometry_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/grid/geometry_info.h b/deal.II/deal.II/include/grid/geometry_info.h index 0538e9c886..d6f1e3d9b3 100644 --- a/deal.II/deal.II/include/grid/geometry_info.h +++ b/deal.II/deal.II/include/grid/geometry_info.h @@ -29,7 +29,7 @@ * * @author Wolfgang Bangerth, 1998 */ -template +template struct GeometryInfo { /** @@ -78,7 +78,7 @@ struct GeometryInfo /** * Number of lines of a cell. */ - static const unsigned int lines_per_cell + static const unsigned int lines_per_cell; /** * Number of quadrilaterals of a -- 2.39.5