From 13c504214f779d87cbb48815efdd247cbde13fd6 Mon Sep 17 00:00:00 2001 From: Reza Rastak Date: Tue, 23 Apr 2019 11:33:15 -0700 Subject: [PATCH] Documentation fix for DerivativeForm --- include/deal.II/base/derivative_form.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/derivative_form.h b/include/deal.II/base/derivative_form.h index 016540eead..c2ad3441dc 100644 --- a/include/deal.II/base/derivative_form.h +++ b/include/deal.II/base/derivative_form.h @@ -367,8 +367,8 @@ DerivativeForm::memory_consumption() /** * One of the uses of DerivativeForm is to apply it as a transformation. This - * is what this function does. If @p T is DerivativeForm<1,dim,1> it computes - * $DF * T$, if @p T is DerivativeForm<1,dim,rank> it computes $T*DF^{T}$. + * is what this function does. If @p DF is DerivativeForm<1,dim,1> it computes + * $DF * T$, if @p DF is DerivativeForm<1,dim,rank> it computes $T*DF^{T}$. * * @relatesalso DerivativeForm * @author Sebastian Pauletti, 2011 -- 2.39.5