From 1876929da4bd06b50aa5c62e3d7648be3b3a26ef Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 7 Feb 2023 22:01:45 -0500 Subject: [PATCH] Use template keyword again --- 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 67ad76ec8e..d91099f8d1 100644 --- a/include/deal.II/differentiation/ad/ad_helpers.h +++ b/include/deal.II/differentiation/ad/ad_helpers.h @@ -2837,7 +2837,7 @@ namespace Differentiation * @note For taped AD numbers, this operation is only valid in recording mode. */ template - typename internal::Extractor::tensor_type< + typename internal::Extractor::template tensor_type< typename HelperBase::ad_type> get_sensitive_variables(const ExtractorType &extractor) const; @@ -3868,7 +3868,7 @@ namespace Differentiation enum AD::NumberTypes ADNumberTypeCode, typename ScalarType> template - typename internal::Extractor::tensor_type< + typename internal::Extractor::template tensor_type< typename HelperBase::ad_type> PointLevelFunctionsBase:: get_sensitive_variables(const ExtractorType &extractor) const -- 2.39.5