From aa2b68ee540a3d8ab8223e901590601eca7e409e Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Thu, 6 Dec 2018 14:41:52 +0100 Subject: [PATCH] Improve some documentation in ADHelper classes. --- include/deal.II/differentiation/ad/ad_helpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/differentiation/ad/ad_helpers.h b/include/deal.II/differentiation/ad/ad_helpers.h index 4d8bcc78a3..c8bd16a31b 100644 --- a/include/deal.II/differentiation/ad/ad_helpers.h +++ b/include/deal.II/differentiation/ad/ad_helpers.h @@ -949,7 +949,7 @@ namespace Differentiation * Depending on the selected @p ADNumberTypeCode, this may or may not * correspond with the @p ScalarType prescribed as a template argument. * - * @note If the keep flag has been set when + * @note If the @p keep_independent_values flag has been set when * ADHelperBase::start_recording_operations() is called then the tape is * immediately usable after creation, and the values of the independent * variables set by register_dof_values() are those at which the function @@ -969,7 +969,7 @@ namespace Differentiation * which to extract the local degree of freedom values. This would * typically obtained by calling cell->get_dof_indices(). * - * @note If the keep flag has been set when + * @note If the @p keep_independent_values flag has been set when * ADHelperBase::start_recording_operations() is called then the tape is * immediately usable after creation, and the values of the independent * variables set by register_dof_values() are those at which the function -- 2.39.5