From c4160bc3bec3e265c8f3fd10bb3ed009528166ae Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Sun, 8 Aug 2021 19:45:20 +0200 Subject: [PATCH] Another typo --- include/deal.II/numerics/vector_tools_interpolate.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/numerics/vector_tools_interpolate.templates.h b/include/deal.II/numerics/vector_tools_interpolate.templates.h index ae84b35528..72270f4c1a 100644 --- a/include/deal.II/numerics/vector_tools_interpolate.templates.h +++ b/include/deal.II/numerics/vector_tools_interpolate.templates.h @@ -310,7 +310,7 @@ namespace VectorTools // An FEValues object to evaluate (generalized) support point // locations as well as Jacobians and their inverses. - // the latter are only needed for Hcurl or Hdiv conforming elements, + // The latter are only needed for Hcurl or Hdiv conforming elements, // but we'll just always include them. hp::FEValues fe_values(mapping_collection, fe, -- 2.39.5