From 12dd87a83064f0e6f8dc0d36dac7a3f134a1678e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 7 May 2020 22:21:54 -0600 Subject: [PATCH] Fix a grammar error. --- include/deal.II/differentiation/sd/symengine_optimizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/differentiation/sd/symengine_optimizer.h b/include/deal.II/differentiation/sd/symengine_optimizer.h index 43c57468cd..aa27abe0bf 100644 --- a/include/deal.II/differentiation/sd/symengine_optimizer.h +++ b/include/deal.II/differentiation/sd/symengine_optimizer.h @@ -1947,7 +1947,7 @@ namespace Differentiation /** * A set of symbolic expressions to be optimized. It is required that - * the symbols on which these dependent functions be based are + * the symbols on which these dependent functions are based are * registered in the @p independent_variables_symbols map. */ types::symbol_vector dependent_variables_functions; -- 2.39.5