From 6b1ff160949b909a2f2c67b50d65c07acd4a5340 Mon Sep 17 00:00:00 2001 From: Guilhem Poy Date: Fri, 25 Apr 2025 20:10:02 +0200 Subject: [PATCH] grammar correction Co-authored-by: Luca Heltai --- include/deal.II/fe/fe_tools_extrapolate.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/fe/fe_tools_extrapolate.templates.h b/include/deal.II/fe/fe_tools_extrapolate.templates.h index b6ef9cbd4f..a648df12f9 100644 --- a/include/deal.II/fe/fe_tools_extrapolate.templates.h +++ b/include/deal.II/fe/fe_tools_extrapolate.templates.h @@ -1602,7 +1602,7 @@ namespace FETools // values set by other processors into locally owned DoF, but the deal.II // implementation of the LinearAlgebra::distributed vectors and associated // compress(insert) operation does not do this. Instead, we use a - // compress(max) that mimick this behavior. + // compress(max) that mimic this behavior. if constexpr (is_la_vector) u2.compress(VectorOperation::max); else -- 2.39.5