From: Reza Rastak Date: Thu, 25 Apr 2019 16:07:18 +0000 (-0700) Subject: small documentation fix: replaced (*this) with the matrix A X-Git-Tag: v9.1.0-rc1~173^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7957%2Fhead;p=dealii.git small documentation fix: replaced (*this) with the matrix A --- diff --git a/include/deal.II/base/derivative_form.h b/include/deal.II/base/derivative_form.h index c04add52f2..261a96ecdf 100644 --- a/include/deal.II/base/derivative_form.h +++ b/include/deal.II/base/derivative_form.h @@ -153,7 +153,8 @@ public: private: /** - * Auxiliary function that computes [*this] $T^{T}$ + * Auxiliary function that computes $A T^{T}$ where A represents the current + * object. */ DerivativeForm<1, dim, spacedim, Number> times_T_t(const Tensor<2, dim, Number> &T) const;