From: heister Date: Mon, 18 Mar 2013 22:11:53 +0000 (+0000) Subject: fix compilation on old gcc X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b76c9e8e83d293406053a51f7da5a34d9e2fc4;p=dealii-svn.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); /**