From 7d23d9e54e8489809a143bbeda8e2518230bfd54 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 17 May 2009 22:03:24 +0000 Subject: [PATCH] Indent two places. git-svn-id: https://svn.dealii.org/trunk@18863 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/vectors.templates.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/numerics/vectors.templates.h b/deal.II/deal.II/include/numerics/vectors.templates.h index b934d2f490..266c76ee1f 100644 --- a/deal.II/deal.II/include/numerics/vectors.templates.h +++ b/deal.II/deal.II/include/numerics/vectors.templates.h @@ -3936,7 +3936,7 @@ VectorTools::point_value (const DoFHandler &dof, Vector &value) { - point_value(StaticMappingQ1::mapping, + point_value (StaticMappingQ1::mapping, dof, fe_function, point, @@ -3951,7 +3951,7 @@ VectorTools::point_value (const DoFHandler &dof, const InVector &fe_function, const Point &point) { - return point_value(StaticMappingQ1::mapping, + return point_value (StaticMappingQ1::mapping, dof, fe_function, point); -- 2.39.5