From 652eb0215e20abb6b9081c3006f17bc992741e8b Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 18 Mar 2013 23:19:15 +0000 Subject: [PATCH] Make more places compile with standard C++98/03. git-svn-id: https://svn.dealii.org/trunk@28936 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/integrators/divergence.h | 4 ++-- deal.II/include/deal.II/integrators/elasticity.h | 6 +++--- deal.II/include/deal.II/integrators/l2.h | 4 ++-- deal.II/include/deal.II/integrators/laplace.h | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deal.II/include/deal.II/integrators/divergence.h b/deal.II/include/deal.II/integrators/divergence.h index 8982d4a7ed..a77552456b 100644 --- a/deal.II/include/deal.II/integrators/divergence.h +++ b/deal.II/include/deal.II/integrators/divergence.h @@ -121,7 +121,7 @@ namespace LocalIntegrators * @author Guido Kanschat * @date 2011 */ - template + template void cell_residual( Vector &result, const FEValuesBase &fetest, @@ -201,7 +201,7 @@ namespace LocalIntegrators * @author Guido Kanschat * @date 2011 */ - template + template void gradient_residual( Vector &result, const FEValuesBase &fetest, diff --git a/deal.II/include/deal.II/integrators/elasticity.h b/deal.II/include/deal.II/integrators/elasticity.h index 39c6220744..33a7ba4178 100644 --- a/deal.II/include/deal.II/integrators/elasticity.h +++ b/deal.II/include/deal.II/integrators/elasticity.h @@ -75,7 +75,7 @@ namespace LocalIntegrators * - \int_Z \varepsilon(u): \varepsilon(v) \,dx * \f] */ - template + template inline void cell_residual ( Vector &result, @@ -167,7 +167,7 @@ namespace LocalIntegrators * @author Guido Kanschat * @date 2013 */ - template + template void nitsche_residual ( Vector &result, const FEValuesBase &fe, @@ -292,7 +292,7 @@ namespace LocalIntegrators * @author Guido Kanschat * @date 2013 */ - template + template void ip_residual( Vector &result1, diff --git a/deal.II/include/deal.II/integrators/l2.h b/deal.II/include/deal.II/integrators/l2.h index a6b6536639..b9e54d79d8 100644 --- a/deal.II/include/deal.II/integrators/l2.h +++ b/deal.II/include/deal.II/integrators/l2.h @@ -80,7 +80,7 @@ namespace LocalIntegrators * @author Guido Kanschat * @date 2008, 2009, 2010 */ - template + template void L2 ( Vector &result, const FEValuesBase &fe, @@ -109,7 +109,7 @@ namespace LocalIntegrators * @author Guido Kanschat * @date 2008, 2009, 2010 */ - template + template void L2 ( Vector &result, const FEValuesBase &fe, diff --git a/deal.II/include/deal.II/integrators/laplace.h b/deal.II/include/deal.II/integrators/laplace.h index 272e8d2c9d..55ffdb0739 100644 --- a/deal.II/include/deal.II/integrators/laplace.h +++ b/deal.II/include/deal.II/integrators/laplace.h @@ -486,7 +486,7 @@ namespace LocalIntegrators * @author Guido Kanschat * @date 2010 */ - template + template double compute_penalty( const MeshWorker::DoFInfo &dinfo1, const MeshWorker::DoFInfo &dinfo2, -- 2.39.5