From 73d32daf069173ec6528e25dfa98546799f08bb0 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 26 Jun 2012 09:57:28 +0000 Subject: [PATCH] Remove a few stray empty lines left over from the time when we replaced 'class' + 'static' functions with a 'namespace'. git-svn-id: https://svn.dealii.org/trunk@25643 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vectors.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/deal.II/include/deal.II/numerics/vectors.h b/deal.II/include/deal.II/numerics/vectors.h index 5e81be2251..7278b8297f 100644 --- a/deal.II/include/deal.II/numerics/vectors.h +++ b/deal.II/include/deal.II/numerics/vectors.h @@ -743,7 +743,6 @@ namespace VectorTools * information. */ template - void interpolate_boundary_values (const Mapping &mapping, const DH &dof, @@ -765,7 +764,6 @@ namespace VectorTools * */ template - void interpolate_boundary_values (const Mapping &mapping, const DH &dof, @@ -781,7 +779,6 @@ namespace VectorTools * mapping=MappingQ1@(). */ template - void interpolate_boundary_values (const DH &dof, const types::boundary_id_t boundary_component, @@ -797,7 +794,6 @@ namespace VectorTools * mapping=MappingQ1@(). */ template - void interpolate_boundary_values (const DH &dof, const typename FunctionMap::type &function_map, @@ -889,7 +885,6 @@ namespace VectorTools * @ingroup constraints */ template - void interpolate_boundary_values (const Mapping &mapping, const DH &dof, @@ -910,7 +905,6 @@ namespace VectorTools * @ingroup constraints */ template - void interpolate_boundary_values (const Mapping &mapping, const DH &dof, @@ -928,7 +922,6 @@ namespace VectorTools * @ingroup constraints */ template - void interpolate_boundary_values (const DH &dof, const types::boundary_id_t boundary_component, @@ -946,7 +939,6 @@ namespace VectorTools * @ingroup constraints */ template - void interpolate_boundary_values (const DH &dof, const typename FunctionMap::type &function_map, -- 2.39.5