From: Reza Rastak Date: Tue, 23 Apr 2019 18:33:15 +0000 (-0700) Subject: Documentation fix for DerivativeForm X-Git-Tag: v9.1.0-rc1~188^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13c504214f779d87cbb48815efdd247cbde13fd6;p=dealii.git Documentation fix for DerivativeForm --- 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