From a9d31e16eee70f66cf3b66adf81bb98c7029a706 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 8 May 2020 22:01:21 +0200 Subject: [PATCH] Fix compilation with gcc-10 --- include/deal.II/differentiation/ad/ad_helpers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.39.5