From b74d9d5ac89674e4ed0627f51aa8e93d3035d0cf Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Mon, 11 Feb 2019 18:43:54 +0100 Subject: [PATCH] Improve some documentation --- include/deal.II/differentiation/ad/ad_helpers.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/differentiation/ad/ad_helpers.h b/include/deal.II/differentiation/ad/ad_helpers.h index ff94ee962f..ba21b90be5 100644 --- a/include/deal.II/differentiation/ad/ad_helpers.h +++ b/include/deal.II/differentiation/ad/ad_helpers.h @@ -934,8 +934,9 @@ namespace Differentiation * auto-differentiable numbers. These are the independent * variables $\mathbf{X}$ about which the solution is linearized. * - * It is indicated to the AD library that operations performed with these - * numbers are to be tracked, so they are considered "sensitive" + * This function indicates to the AD library that implements the + * auto-differentiable number type that operations performed on these + * numbers are to be tracked so they are considered "sensitive" * variables. This is, therefore, the set of variables with which one * would then perform computations, and based on which one can then * extract both the value of the function and its derivatives with the -- 2.39.5