From: Wolfgang Bangerth Date: Sun, 17 May 2009 22:03:24 +0000 (+0000) Subject: Indent two places. X-Git-Tag: v8.0.0~7674 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d23d9e54e8489809a143bbeda8e2518230bfd54;p=dealii.git Indent two places. git-svn-id: https://svn.dealii.org/trunk@18863 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);