From: Daniel Arndt Date: Wed, 8 Feb 2023 03:01:45 +0000 (-0500) Subject: Use template keyword again X-Git-Tag: v9.5.0-rc1~521^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14758%2Fhead;p=dealii.git Use template keyword again --- 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