From d2ffaf7d18686011ff44916314b2f09e2b66d1ef Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 18 Mar 2013 22:11:53 +0000 Subject: [PATCH] fix compilation on old gcc git-svn-id: https://svn.dealii.org/trunk@28934 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/meshworker/integration_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/meshworker/integration_info.h b/deal.II/include/deal.II/meshworker/integration_info.h index dbea00f0e1..13218abd5a 100644 --- a/deal.II/include/deal.II/meshworker/integration_info.h +++ b/deal.II/include/deal.II/meshworker/integration_info.h @@ -220,7 +220,7 @@ namespace MeshWorker * Reinitialize internal data * structures for use on a cell. */ - template + template void reinit(const DoFInfo &i); /** -- 2.39.5