From: Martin Kronbichler Date: Fri, 8 May 2020 20:01:21 +0000 (+0200) Subject: Fix compilation with gcc-10 X-Git-Tag: v9.2.0-rc1~68^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10099%2Fhead;p=dealii.git Fix compilation with gcc-10 --- diff --git a/include/deal.II/differentiation/ad/ad_helpers.h b/include/deal.II/differentiation/ad/ad_helpers.h index a7271a41e3..d1ed05a5a4 100644 --- a/include/deal.II/differentiation/ad/ad_helpers.h +++ b/include/deal.II/differentiation/ad/ad_helpers.h @@ -3841,7 +3841,8 @@ namespace Differentiation typename ScalarType> template typename internal::Extractor::template tensor_type< - typename HelperBase::ad_type> + typename PointLevelFunctionsBase:: + ad_type> PointLevelFunctionsBase:: get_sensitive_variables(const ExtractorType &extractor) const {