From 1caf7e71b5f353520772936eeb9fe4ec3bdea2e8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Tue, 22 Jan 2019 16:20:03 +0100 Subject: [PATCH] Fix a typo in documentation for ADHelperResidualLinearization class --- include/deal.II/differentiation/ad/ad_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/differentiation/ad/ad_helpers.h b/include/deal.II/differentiation/ad/ad_helpers.h index ac716dfd94..f5cb753260 100644 --- a/include/deal.II/differentiation/ad/ad_helpers.h +++ b/include/deal.II/differentiation/ad/ad_helpers.h @@ -1417,7 +1417,7 @@ namespace Differentiation * // must refer to one of these types. See the example for the * // ADHelperEnergyFunctional for details on how to extend * // support to taped AD numbers. - * using ADHelper = AD::ADHelperEnergyFunctional<...>; + * using ADHelper = AD::ADHelperResidualLinearization<...>; * using ADNumberType = typename ADHelper::ad_type; * * // Create and initialize an instance of the helper class. -- 2.39.5