From: Daniel Arndt Date: Tue, 19 Jun 2018 23:30:49 +0000 (+0200) Subject: Remove redundant namespace identifier X-Git-Tag: v9.1.0-rc1~1014^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f07f8bda43a94db8f3a9404976c6d5b3c1c6c77;p=dealii.git Remove redundant namespace identifier --- 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