From: Jean-Paul Pelteret Date: Tue, 22 Jan 2019 15:20:03 +0000 (+0100) Subject: Fix a typo in documentation for ADHelperResidualLinearization class X-Git-Tag: v9.1.0-rc1~389^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1caf7e71b5f353520772936eeb9fe4ec3bdea2e8;p=dealii.git Fix a typo in documentation for ADHelperResidualLinearization class --- 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.