From 8f07f8bda43a94db8f3a9404976c6d5b3c1c6c77 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 20 Jun 2018 01:30:49 +0200 Subject: [PATCH] Remove redundant namespace identifier --- include/deal.II/numerics/vector_tools.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/numerics/vector_tools.templates.h b/include/deal.II/numerics/vector_tools.templates.h index b1f9a0b8c8..9a3bee73da 100644 --- a/include/deal.II/numerics/vector_tools.templates.h +++ b/include/deal.II/numerics/vector_tools.templates.h @@ -913,7 +913,7 @@ namespace VectorTools // values, but enforce // homogeneous boundary values // anyway - internal::interpolate_zero_boundary_values(dof, boundary_values); + interpolate_zero_boundary_values(dof, boundary_values); else // no homogeneous boundary values -- 2.39.5