From: Timo Heister Date: Mon, 18 Mar 2013 22:11:53 +0000 (+0000) Subject: fix compilation on old gcc X-Git-Tag: v8.0.0~959 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ffaf7d18686011ff44916314b2f09e2b66d1ef;p=dealii.git fix compilation on old gcc git-svn-id: https://svn.dealii.org/trunk@28934 0785d39b-7218-0410-832d-ea1e28bc413d --- 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); /**