From 797d32cc5bbe9aa806a7a360cc24dc37ff6fbd1f Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Mon, 22 Apr 2019 10:19:56 +0200 Subject: [PATCH] Alter the wording describing the input parameter and output of a function --- .../deal.II/differentiation/sd/symengine_scalar_operations.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/differentiation/sd/symengine_scalar_operations.h b/include/deal.II/differentiation/sd/symengine_scalar_operations.h index 15b9dc7529..a66280d2a4 100644 --- a/include/deal.II/differentiation/sd/symengine_scalar_operations.h +++ b/include/deal.II/differentiation/sd/symengine_scalar_operations.h @@ -120,9 +120,9 @@ namespace Differentiation * In most use cases the function or variable @f would be called the * dependent variable, and @p x the independent variable. * - * @param[in] f A scalar symbolic function or (dependent) variable. + * @param[in] f A scalar symbolic function or (dependent) expression. * @param[in] x A scalar symbolic (independent) variable. - * @return The symbolic function or variable representing the result + * @return The symbolic function or expression representing the result * $\frac{\partial f}{\partial x}$. */ Expression -- 2.39.5