From 2492800e2bb8ff70cc982c94a2639f83bbdb8b39 Mon Sep 17 00:00:00 2001 From: Reza Rastak Date: Thu, 25 Apr 2019 09:07:18 -0700 Subject: [PATCH] small documentation fix: replaced (*this) with the matrix A --- include/deal.II/base/derivative_form.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5