From c537ba94ce6d44dbbd20fd9eeb15d50a710552b3 Mon Sep 17 00:00:00 2001 From: hartmann Date: Fri, 8 Apr 2005 16:43:02 +0000 Subject: [PATCH] Make it compile with gcc3.4.3. git-svn-id: https://svn.dealii.org/trunk@10437 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/grid/geometry_info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/grid/geometry_info.cc b/deal.II/deal.II/source/grid/geometry_info.cc index fcda47fc9f..cd6681556e 100644 --- a/deal.II/deal.II/source/grid/geometry_info.cc +++ b/deal.II/deal.II/source/grid/geometry_info.cc @@ -31,7 +31,7 @@ template const unsigned int GeometryInfo::hexes_per_cell; // these variables namespace internal { - void foo (const unsigned int *) {}; + void foo (const unsigned int *) {} template void define_variables () -- 2.39.5